MixedRealityKeyboardBase.ShowKeyboard(String, Boolean) Method
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.
Opens the keyboard for user interaction.
public virtual void ShowKeyboard (string text = "", bool multiLine = false);
abstract member ShowKeyboard : string * bool -> unit
override this.ShowKeyboard : string * bool -> unit
Public Overridable Sub ShowKeyboard (Optional text As String = "", Optional multiLine As Boolean = false)
Parameters
- text
- String
Initial text to populate the keyboard with.
- multiLine
- Boolean
True, if the return key should signal a newline rather than a commit.