ClientSize Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Property ClientSize As System.Drawing.Size
'Usage
Dim instance As LicenseDialog
Dim value As System.Drawing.Size
instance.ClientSize = value
value = instance.ClientSize
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public System.Drawing.Size ClientSize {get; set;}
public read-write property ClientSize: System.Drawing.Size;
System.ComponentModel.LocalizableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)
public function get,set ClientSize : System.Drawing.Size
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public: __property System.Drawing.Size get_ClientSize();
public: __property void set_ClientSize(
System.Drawing.Size value
);
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
public:
property System.Drawing.Size ClientSize {
System.Drawing.Size get();
void set ( System.Drawing.Size value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also