ComponentOne MultiSelect for WinForms
C1.Win.Input.Base.Views Namespace / InputTextBoxElement Class / IsReadOnlyStyle Property

In This Topic
    IsReadOnlyStyle Property
    In This Topic
    Returns the actual state ReadOnly of the embedded text box control to correctly define its style.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsReadOnlyStyle As Boolean
    public bool IsReadOnlyStyle {get;}
    See Also