SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : IsDisposed Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("Determines if this control has been disposed.")> Public ReadOnly Property IsDisposed As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean value = instance.IsDisposed
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has been disposed.")] public System.bool IsDisposed {get;}
public read-only property IsDisposed: System.Boolean;
System.ComponentModel.BrowsableAttribute() System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("Determines if this control has been disposed.") public function get IsDisposed : System.boolean
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has been disposed.")] public: __property System.bool get_IsDisposed();
[System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("Determines if this control has been disposed.")] public: property System.bool IsDisposed { System.bool get(); }
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