ShowSoftInputOnFocus Property (C1TextBox)
In This Topic
Syntax
'Declaration
Public Property ShowSoftInputOnFocus As Boolean
'Usage
Dim instance As C1TextBox
Dim value As Boolean
instance.ShowSoftInputOnFocus = value
value = instance.ShowSoftInputOnFocus
public bool ShowSoftInputOnFocus {get; set;}
See Also