SpreadsheetGear 2017
SizeGripStyle Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : SizeGripStyle Property
Syntax
'Declaration
 
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("FormSizeGripStyleDescr")>
Public Property SizeGripStyle As System.Windows.Forms.SizeGripStyle
'Usage
 
Dim instance As WorkbookDesigner
Dim value As System.Windows.Forms.SizeGripStyle
 
instance.SizeGripStyle = value
 
value = instance.SizeGripStyle
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("FormSizeGripStyleDescr")]
public System.Windows.Forms.SizeGripStyle SizeGripStyle {get; set;}
public read-write property SizeGripStyle: System.Windows.Forms.SizeGripStyle; 
SRCategoryAttribute("CatWindowStyle")
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
SRDescriptionAttribute("FormSizeGripStyleDescr")
public function get,set SizeGripStyle : System.Windows.Forms.SizeGripStyle
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("FormSizeGripStyleDescr")]
public: __property System.Windows.Forms.SizeGripStyle get_SizeGripStyle();
public: __property void set_SizeGripStyle( 
   System.Windows.Forms.SizeGripStyle value
);
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("FormSizeGripStyleDescr")]
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

WorkbookDesigner Class
WorkbookDesigner Members