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

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