Wimark.Controls Class Library  

DockItem.MinimumSize Property

Gets and sets the minimum size of the DockItem control, excluding window bar and borders.

[Visual Basic]
Public Property MinimumSize As Size 
[C#]
public Size MinimumSize {get; set;}
[C++]
public: __property Size get_MinimumSize();
public: __property void set_MinimumSize(Size);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockItem Class | DockItem Members | Wimark.Controls Namespace