SpreadsheetGear 2012
FormBorderStyle Property (ShapeExplorer)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(-504)>
<System.ComponentModel.DefaultValueAttribute()>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the appearance and behavior of the border and title bar of the form.")>
Public Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Windows.Forms.FormBorderStyle
 
instance.FormBorderStyle = value
 
value = instance.FormBorderStyle
[System.Runtime.InteropServices.DispId(-504)]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")]
public System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}
public read-write property FormBorderStyle: System.Windows.Forms.FormBorderStyle; 
System.Runtime.InteropServices.DispIdAttribute(-504)
System.ComponentModel.DefaultValueAttribute()
SRCategoryAttribute("Appearance")
SRDescriptionAttribute("Indicates the appearance and behavior of the border and title bar of the form.")
public function get,set FormBorderStyle : System.Windows.Forms.FormBorderStyle
[System.Runtime.InteropServices.DispId(-504)]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")]
public: __property System.Windows.Forms.FormBorderStyle get_FormBorderStyle();
public: __property void set_FormBorderStyle( 
   System.Windows.Forms.FormBorderStyle value
);
[System.Runtime.InteropServices.DispId(-504)]
[System.ComponentModel.DefaultValue()]
[SRCategory("Appearance")]
[SRDescription("Indicates the appearance and behavior of the border and title bar of the form.")]
public:
property System.Windows.Forms.FormBorderStyle FormBorderStyle {
   System.Windows.Forms.FormBorderStyle get();
   void set (    System.Windows.Forms.FormBorderStyle 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

ShapeExplorer Class
ShapeExplorer Members

Send Feedback