WinProgressBar.MinimumValue Property
Gets the minimum numeric value for this progress bar.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property MinimumValue As Integer
public virtual int MinimumValue { get; }
public:
virtual property int MinimumValue {
int get ();
}
abstract MinimumValue : int with get
override MinimumValue : int with get
function get MinimumValue () : int
Property Value
Type: Int32
The minimum numeric value for this progress bar.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace