Editar

MixedRealityKeyboardBase.ShowKeyboard(String, Boolean) Method

Definition

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.

Applies to