Minimum Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets or sets the minimum value for the control.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

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

See Also