SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : MaximumSize Property |
'Declaration
<SRCategoryAttribute("Layout")> <System.ComponentModel.LocalizableAttribute(True)> <SRDescriptionAttribute("The maximum size the form can be resized to.")> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <System.ComponentModel.DefaultValueAttribute()> Public Overridable Property MaximumSize As System.Drawing.Size
'Usage
Dim instance As WorkbookDesigner Dim value As System.Drawing.Size instance.MaximumSize = value value = instance.MaximumSize
[SRCategory("Layout")] [System.ComponentModel.Localizable(true)] [SRDescription("The maximum size the form can be resized to.")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue()] public virtual System.Drawing.Size MaximumSize {get; set;}
public read-write property MaximumSize: System.Drawing.Size; virtual;
SRCategoryAttribute("Layout") System.ComponentModel.LocalizableAttribute() SRDescriptionAttribute("The maximum size the form can be resized to.") System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint) System.ComponentModel.DefaultValueAttribute() public function get,set MaximumSize : System.Drawing.Size
[SRCategory("Layout")] [System.ComponentModel.Localizable(true)] [SRDescription("The maximum size the form can be resized to.")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue()] public: __property virtual System.Drawing.Size get_MaximumSize(); public: __property virtual void set_MaximumSize( System.Drawing.Size value );
[SRCategory("Layout")] [System.ComponentModel.Localizable(true)] [SRDescription("The maximum size the form can be resized to.")] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [System.ComponentModel.DefaultValue()] public: virtual property System.Drawing.Size MaximumSize { System.Drawing.Size get(); void set ( System.Drawing.Size value); }
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