'Declaration
<System.ComponentModel.DefaultValueAttribute(System.Drawing.Size, "0, 0")> <System.ComponentModel.LocalizableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)> <SRCategoryAttribute("CatLayout")> <SRDescriptionAttribute("FormMaximumSizeDescr")> 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
[System.ComponentModel.DefaultValue(System.Drawing.Size, "0, 0")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [SRCategory("CatLayout")] [SRDescription("FormMaximumSizeDescr")] public virtual System.Drawing.Size MaximumSize {get; set;}
public read-write property MaximumSize: System.Drawing.Size; virtual;
System.ComponentModel.DefaultValueAttribute(System.Drawing.Size, "0, 0") System.ComponentModel.LocalizableAttribute() System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint) SRCategoryAttribute("CatLayout") SRDescriptionAttribute("FormMaximumSizeDescr") public function get,set MaximumSize : System.Drawing.Size
[System.ComponentModel.DefaultValue(System.Drawing.Size, "0, 0")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [SRCategory("CatLayout")] [SRDescription("FormMaximumSizeDescr")] public: __property virtual System.Drawing.Size get_MaximumSize(); public: __property virtual void set_MaximumSize( System.Drawing.Size value );
[System.ComponentModel.DefaultValue(System.Drawing.Size, "0, 0")] [System.ComponentModel.Localizable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.Repaint)] [SRCategory("CatLayout")] [SRDescription("FormMaximumSizeDescr")] public: virtual property System.Drawing.Size MaximumSize { System.Drawing.Size get(); void set ( System.Drawing.Size value); }