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

In This Topic
    IsTextReadOnly Property
    In This Topic
    Gets or sets a value that determines whether the content of the input element should be enable or not.
    Syntax
    'Declaration
     
    
    Public Property IsTextReadOnly As Boolean
    public bool IsTextReadOnly {get; set;}
    See Also