Interactable.RequiresFocus 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.
Caution
Use VoiceRequiresFocus instead
Do voice commands require focus?
public:
property bool RequiresFocus { bool get(); void set(bool value); };
[System.Obsolete("Use VoiceRequiresFocus instead")]
public bool RequiresFocus { get; set; }
[<System.Obsolete("Use VoiceRequiresFocus instead")>]
member this.RequiresFocus : bool with get, set
Public Property RequiresFocus As Boolean
Property Value
- Attributes