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