In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatWindowStyle")>
<System.ComponentModel.DefaultValueAttribute(True)>
<SRDescriptionAttribute("FormMaximizeBoxDescr")>
Public Property MaximizeBox As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim value As System.Boolean
instance.MaximizeBox = value
value = instance.MaximizeBox
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(true)]
[SRDescription("FormMaximizeBoxDescr")]
public System.bool MaximizeBox {get; set;}
public read-write property MaximizeBox: System.Boolean;
SRCategoryAttribute("CatWindowStyle")
System.ComponentModel.DefaultValueAttribute()
SRDescriptionAttribute("FormMaximizeBoxDescr")
public function get,set MaximizeBox : System.boolean
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(true)]
[SRDescription("FormMaximizeBoxDescr")]
public: __property System.bool get_MaximizeBox();
public: __property void set_MaximizeBox(
System.bool value
);
[SRCategory("CatWindowStyle")]
[System.ComponentModel.DefaultValue(true)]
[SRDescription("FormMaximizeBoxDescr")]
public:
property System.bool MaximizeBox {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also