Handle Property (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.Runtime.InteropServices.DispIdAttribute(-515)>
<SRDescriptionAttribute("ControlHandleDescr")>
Public ReadOnly Property Handle As System.IntPtr
'Usage
Dim instance As DicomViewer
Dim value As System.IntPtr
value = instance.Handle
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
public System.IntPtr Handle {get;}
public read-only property Handle: System.IntPtr;
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.Runtime.InteropServices.DispIdAttribute(-515)
SRDescriptionAttribute("ControlHandleDescr")
public function get Handle : System.IntPtr
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
public: __property System.IntPtr get_Handle();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
public:
property System.IntPtr Handle {
System.IntPtr get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also