ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1TagEditor Class / IsEditable Property

In This Topic
    IsEditable Property (C1TagEditor)
    In This Topic
    Gets or sets a value that enables or disables editing of the text in text box of the control.
    Syntax
    'Declaration
     
    
    Public Property IsEditable As Boolean
    public bool IsEditable {get; set;}
    See Also