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