This property sets whether the software keyboard is automatically displayed when editing text by touch operation.

[Visual Basic] Public Property ShowSoftwareKeyboard As Boolean
[C#] public bool ShowSoftwareKeyboard {get; set;}

Property Value

Value Explanation
True When using touch operations, the software keyboard is displayed after setting the text input range.
False (default) When using touch operations, the software keyboard is NOT displayed after setting the text input range.

Explanation

When using touch operations, the ShowSoftwareKeyboard property sets whether the software keyboard is automatically displayed when editing text.

When this property is True, the software keyboard is automatically displayed after setting the text input range to enter text.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation