ComponentOne DashboardLayout for WinForms
MaximumSize Property

C1.Win.C1SplitContainer Namespace > C1SplitterPanel Class : MaximumSize Property
Gets or sets the size that is the upper limit that System.Windows.Forms.Control.GetPreferredSize(System.Drawing.Size) can specify.
Syntax
'Declaration
 
Public Overrides Property MaximumSize As Size
public override Size MaximumSize {get; set;}

Property Value

An ordered pair of type System.Drawing.Size representing the width and height of a rectangle.
See Also

Reference

C1SplitterPanel Class
C1SplitterPanel Members