NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Splitter.MinSize

The minSize is the minimum size (in pixels) of the target of the splitter. The target of a splitter is always the control adjacent to the splitter, just prior in the dock order.

[Visual Basic]
Public Property MinSize As Integer
[C#]
public int MinSize {get; set;}
[C++]
public: __property int get_MinSize();
public: __property void set_MinSize(int);
[JScript]
public function get MinSize() : int;
public function set MinSize(int);

See Also

Splitter Class | Splitter Members | System.WinForms Namespace