.NET Framework Class Library for Silverlight
Slider..::.IsEnabled Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets a value indicating whether the slider control is enabled in the user interface (UI).

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Visual Basic (Declaration)
Public Property IsEnabled As Boolean
Visual Basic (Usage)
Dim instance As Slider
Dim value As Boolean

value = instance.IsEnabled

instance.IsEnabled = value
C#
public bool IsEnabled { get; set; }
Visual C++
public:
property bool IsEnabled {
    bool get ();
    void set (bool value);
}
JScript
public function get IsEnabled () : boolean
public function set IsEnabled (value : boolean)
XAML Attribute Usage
<object IsEnabled="bool"/>

Property Value

Type: System..::.Boolean

true if the slider control is enabled; otherwise, false. The default is true.

See Also

Reference

Page view tracker