Width Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("ControlWidthDescr")>
Public Property Width As System.Integer
'Usage
Dim instance As LicenseDialog
Dim value As System.Integer
instance.Width = value
value = instance.Width
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlWidthDescr")]
public System.int Width {get; set;}
public read-write property Width: System.Integer;
SRCategoryAttribute("CatLayout")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("ControlWidthDescr")
public function get,set Width : System.int
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlWidthDescr")]
public: __property System.int get_Width();
public: __property void set_Width(
System.int value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("ControlWidthDescr")]
public:
property System.int Width {
System.int get();
void set ( System.int value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also