MixedRealityKeyboardBase.DisableUIInteractionWhenTyping 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.
Whether disable user's interaction with other UI elements while typing. Use this option to decrease the chance of keyboard getting accidentally closed.
public:
property bool DisableUIInteractionWhenTyping { bool get(); void set(bool value); };
public bool DisableUIInteractionWhenTyping { get; set; }
member this.DisableUIInteractionWhenTyping : bool with get, set
Public Property DisableUIInteractionWhenTyping As Boolean