'Declaration
<SRCategoryAttribute("CatAppearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Runtime.InteropServices.DispIdAttribute(-504)> <SRDescriptionAttribute("FormBorderStyleDescr")> Public Property FormBorderStyle As System.Windows.Forms.FormBorderStyle
'Usage
Dim instance As WorkbookDesigner Dim value As System.Windows.Forms.FormBorderStyle instance.FormBorderStyle = value value = instance.FormBorderStyle
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Runtime.InteropServices.DispId(-504)] [SRDescription("FormBorderStyleDescr")] public System.Windows.Forms.FormBorderStyle FormBorderStyle {get; set;}
public read-write property FormBorderStyle: System.Windows.Forms.FormBorderStyle;
SRCategoryAttribute("CatAppearance") System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument) System.Runtime.InteropServices.DispIdAttribute(-504) SRDescriptionAttribute("FormBorderStyleDescr") public function get,set FormBorderStyle : System.Windows.Forms.FormBorderStyle
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Runtime.InteropServices.DispId(-504)] [SRDescription("FormBorderStyleDescr")] public: __property System.Windows.Forms.FormBorderStyle get_FormBorderStyle(); public: __property void set_FormBorderStyle( System.Windows.Forms.FormBorderStyle value );
[SRCategory("CatAppearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Runtime.InteropServices.DispId(-504)] [SRDescription("FormBorderStyleDescr")] public: property System.Windows.Forms.FormBorderStyle FormBorderStyle { System.Windows.Forms.FormBorderStyle get(); void set ( System.Windows.Forms.FormBorderStyle value); }