Displays screen keyboard

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Sub ShowOnScreenKeyboard( _ 
ByVal objectName As String, _ 
ByVal isPassword As Boolean, _ 
Optional ByVal _actionShowOnScreenKeyboardOptional As Action(Of Boolean, String, String, String) = null _ 
)
This language is not supported or no code example is available.
public static void ShowOnScreenKeyboard( 
string objectName
bool isPassword
Action<bool, string, string, string> _actionShowOnScreenKeyboardOptional = null 
)
This language is not supported or no code example is available.

Parameters

objectName
Type: string

Object name

isPassword
Type: bool

Flag indicating whether is a password

_actionShowOnScreenKeyboardOptional
Type: Action<bool, string, string, string>

Method called when dialog is closed. Prototyp: void Action(bool ok, string tagName, string oldValue, string newValue)

.NET Framework

Supported in: 4.6.2, 4.7