SpreadsheetGear 2012
Modal Property (WorkbookDesigner)






Syntax
'Declaration
 
<SRDescriptionAttribute("Indicates if this form is currently being displayed as a modal dialog box.")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("Window Style")>
Public ReadOnly Property Modal As System.Boolean
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Boolean
 
value = instance.Modal
[SRDescription("Indicates if this form is currently being displayed as a modal dialog box.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public System.bool Modal {get;}
public read-only property Modal: System.Boolean; 
SRDescriptionAttribute("Indicates if this form is currently being displayed as a modal dialog box.")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRCategoryAttribute("Window Style")
public function get Modal : System.boolean
[SRDescription("Indicates if this form is currently being displayed as a modal dialog box.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public: __property System.bool get_Modal();
[SRDescription("Indicates if this form is currently being displayed as a modal dialog box.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public:
property System.bool Modal {
   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

Send Feedback