Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / TextBoxStyles Class / Readonly Property

In This Topic
    Readonly Property (TextBoxStyles)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the readonly element on the screen.
    Syntax
    'Declaration
     
    
    Public Property Readonly As StateElementStyle
    public StateElementStyle Readonly {get; set;}
    See Also