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