UIElement3D.Focusable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the element can receive focus.
public:
property bool Focusable { bool get(); void set(bool value); };
public bool Focusable { get; set; }
member this.Focusable : bool with get, set
Public Property Focusable As Boolean
Property Value
true
if the element is focusable; otherwise false
. The default is false
.
Implements
Remarks
Only the focused element receives keyboard input.
Focusable is the Microsoft .NET property accessor for what is in reality a dependency property. This particular dependency property quite frequently has its apparent "default" value set differently in derived element classes. This commonly occurs in one of two ways:
- The dependency property is inherited by a particular derived class, but that derived class overrides the metadata of the dependency property and changes the property default value.
Dependency Property Information
Identifier field | FocusableProperty |
Metadata properties set to true |
None |