MinimumSize Property (LicenseDialog)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatLayout")>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("FormMinimumSizeDescr")>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
Public Overridable Property MinimumSize As System.Drawing.Size
'Usage
Dim instance As LicenseDialog
Dim value As System.Drawing.Size
instance.MinimumSize = value
value = instance.MinimumSize
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("FormMinimumSizeDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public virtual System.Drawing.Size MinimumSize {get; set;}
public read-write property MinimumSize: System.Drawing.Size; virtual;
SRCategoryAttribute("CatLayout")
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("FormMinimumSizeDescr")
System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)
public function get,set MinimumSize : System.Drawing.Size
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("FormMinimumSizeDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public: __property virtual System.Drawing.Size get_MinimumSize();
public: __property virtual void set_MinimumSize(
System.Drawing.Size value
);
[SRCategory("CatLayout")]
[System.ComponentModel.Localizable(true)]
[SRDescription("FormMinimumSizeDescr")]
[System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)]
public:
virtual property System.Drawing.Size MinimumSize {
System.Drawing.Size get();
void set ( System.Drawing.Size value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also