Click or drag to resize
FrameworkElementIsEnabled Property
Gets or sets a value indicating whether the user can interact with the control.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool IsEnabled { get; set; }

Property Value

Type: Boolean
See Also