SpreadsheetGear 2012
Handle Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.Runtime.InteropServices.DispIdAttribute(-515)>
<SRDescriptionAttribute("The native handle for this control.")>
Public ReadOnly Property Handle As System.IntPtr
'Usage
 
Dim instance As WorkbookView
Dim value As System.IntPtr
 
value = instance.Handle
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("The native handle for this control.")]
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("The native handle for this control.")
public function get Handle : System.IntPtr
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("The native handle for this control.")]
public: __property System.IntPtr get_Handle();
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispId(-515)]
[SRDescription("The native handle for this control.")]
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

WorkbookView Class
WorkbookView Members

Send Feedback