SpreadsheetGear 2012
SizeGripStyle Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Window Style")>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Determines when the SizeGrip will be displayed for the form.")>
Public Property SizeGripStyle As System.Windows.Forms.SizeGripStyle
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Windows.Forms.SizeGripStyle
 
instance.SizeGripStyle = value
 
value = instance.SizeGripStyle
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines when the SizeGrip will be displayed for the form.")]
public System.Windows.Forms.SizeGripStyle SizeGripStyle {get; set;}
public read-write property SizeGripStyle: System.Windows.Forms.SizeGripStyle; 
SRCategoryAttribute("Window Style")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("Determines when the SizeGrip will be displayed for the form.")
public function get,set SizeGripStyle : System.Windows.Forms.SizeGripStyle
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines when the SizeGrip will be displayed for the form.")]
public: __property System.Windows.Forms.SizeGripStyle get_SizeGripStyle();
public: __property void set_SizeGripStyle( 
   System.Windows.Forms.SizeGripStyle value
);
[SRCategory("Window Style")]
[System.ComponentModel.DefaultValue()]
[SRDescription("Determines when the SizeGrip will be displayed for the form.")]
public:
property System.Windows.Forms.SizeGripStyle SizeGripStyle {
   System.Windows.Forms.SizeGripStyle get();
   void set (    System.Windows.Forms.SizeGripStyle 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