Share via


HtmlSlider.Disabled Property

Gets whether the control is disabled.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public ReadOnly Property Disabled As Boolean
public bool Disabled { get; }
public:
property bool Disabled {
    bool get ();
}
member Disabled : bool with get
function get Disabled () : boolean

Property Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

HtmlSlider Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace