Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarButton Class / IsInputMethodEnabled Property


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