SpreadsheetGear 2012
MinimumSize Property (WorkbookView)






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

WorkbookView Class
WorkbookView Members

Send Feedback