Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1Tool Class / IsEditable Property

In This Topic
    IsEditable Property (C1Tool)
    In This Topic
    Gets whether the tool is editable and can get the keyboard focus to enter text.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsEditable As Boolean
    public virtual bool IsEditable {get;}
    See Also