SpreadsheetGear 2012
MaximumSize Property (WorkbookView)






Syntax
'Declaration
 
<System.ComponentModel.AmbientValueAttribute()>
<System.ComponentModel.LocalizableAttribute(True)>
<SRDescriptionAttribute("Specifies the maximum size of the control.")>
<SRCategoryAttribute("Layout")>
Public Overridable Property MaximumSize As System.Drawing.Size
'Usage
 
Dim instance As WorkbookView
Dim value As System.Drawing.Size
 
instance.MaximumSize = value
 
value = instance.MaximumSize
[System.ComponentModel.AmbientValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("Specifies the maximum size of the control.")]
[SRCategory("Layout")]
public virtual System.Drawing.Size MaximumSize {get; set;}
public read-write property MaximumSize: System.Drawing.Size; virtual; 
System.ComponentModel.AmbientValueAttribute()
System.ComponentModel.LocalizableAttribute()
SRDescriptionAttribute("Specifies the maximum size of the control.")
SRCategoryAttribute("Layout")
public function get,set MaximumSize : System.Drawing.Size
[System.ComponentModel.AmbientValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("Specifies the maximum size of the control.")]
[SRCategory("Layout")]
public: __property virtual System.Drawing.Size get_MaximumSize();
public: __property virtual void set_MaximumSize( 
   System.Drawing.Size value
);
[System.ComponentModel.AmbientValue()]
[System.ComponentModel.Localizable(true)]
[SRDescription("Specifies the maximum size of the control.")]
[SRCategory("Layout")]
public:
virtual property System.Drawing.Size MaximumSize {
   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

WorkbookView Class
WorkbookView Members

Send Feedback