SpreadsheetGear 2017
Disposing Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : Disposing Property
Syntax
'Declaration
 
<SRDescriptionAttribute("ControlDisposingDescr")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property Disposing As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
value = instance.Disposing
[SRDescription("ControlDisposingDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public System.bool Disposing {get;}
public read-only property Disposing: System.Boolean; 
SRDescriptionAttribute("ControlDisposingDescr")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get Disposing : System.boolean
[SRDescription("ControlDisposingDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: __property System.bool get_Disposing();
[SRDescription("ControlDisposingDescr")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property System.bool Disposing {
   System.bool 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