Click or drag to resize
LaunchBox

IBigBoxMainViewModelShowOnScreenKeyboard Method

[Missing <summary> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowOnScreenKeyboard(System.String,System.Action{System.String})"]


Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
void ShowOnScreenKeyboard(
	string text,
	Action<string> onFinished
)

Parameters

text  String

[Missing <param name="text"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowOnScreenKeyboard(System.String,System.Action{System.String})"]

onFinished  ActionString

[Missing <param name="onFinished"/> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IBigBoxMainViewModel.ShowOnScreenKeyboard(System.String,System.Action{System.String})"]

See Also