SpreadsheetGear 2017
Handle Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Handle Property
Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(-515)>
<SRDescriptionAttribute("ControlHandleDescr")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
Public ReadOnly Property Handle As System.IntPtr
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.IntPtr
 
value = instance.Handle
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public System.IntPtr Handle {get;}
public read-only property Handle: System.IntPtr; 
System.Runtime.InteropServices.DispIdAttribute(-515)
SRDescriptionAttribute("ControlHandleDescr")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.BrowsableAttribute()
public function get Handle : System.IntPtr
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public: __property System.IntPtr get_Handle();
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("ControlHandleDescr")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public:
property System.IntPtr Handle {
   System.IntPtr get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members