SpreadsheetGear 2012
WindowState Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Determines the initial visual state of the form.")>
Public Property WindowState As System.Windows.Forms.FormWindowState
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Windows.Forms.FormWindowState
 
instance.WindowState = value
 
value = instance.WindowState
[SRCategory("Layout")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines the initial visual state of the form.")]
public System.Windows.Forms.FormWindowState WindowState {get; set;}
public read-write property WindowState: System.Windows.Forms.FormWindowState; 
SRCategoryAttribute("Layout")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("Determines the initial visual state of the form.")
public function get,set WindowState : System.Windows.Forms.FormWindowState
[SRCategory("Layout")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines the initial visual state of the form.")]
public: __property System.Windows.Forms.FormWindowState get_WindowState();
public: __property void set_WindowState( 
   System.Windows.Forms.FormWindowState value
);
[SRCategory("Layout")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines the initial visual state of the form.")]
public:
property System.Windows.Forms.FormWindowState WindowState {
   System.Windows.Forms.FormWindowState get();
   void set (    System.Windows.Forms.FormWindowState value);
}
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

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback