SpreadsheetGear 2017
MinimumSize Property (WorkbookDesigner)






SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : MinimumSize Property
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 WorkbookDesigner
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookDesigner Class
WorkbookDesigner Members