Gets or sets minimum width of the linked control.

Namespace:  PerpetuumSoft.Framework.Windows.Forms
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public int ControlMinWidth { get; set; }
Visual Basic (Declaration)
Public Property ControlMinWidth As Integer
Visual C++
public:
property int ControlMinWidth {
	int get ();
	void set (int value);
}

See Also