FrameworkElement.AllowFocusWhenDisabled
FrameworkElement.AllowFocusWhenDisabled
FrameworkElement.AllowFocusWhenDisabled
FrameworkElement.AllowFocusWhenDisabled
Property
Definition
Gets or sets whether a disabled control can receive focus.
public : Platform::Boolean AllowFocusWhenDisabled { get; set; }
bool AllowFocusWhenDisabled(); void AllowFocusWhenDisabled(bool allowfocuswhendisabled);
public bool AllowFocusWhenDisabled { get; set; }
Public ReadWrite Property AllowFocusWhenDisabled As bool
Property Value
bool
bool
true if a disabled control can receive focus; otherwise, false.
Additional features and requirements
Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|