ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / ButtonsStyle Class / TabButton Property

In This Topic
    TabButton Property
    In This Topic
    Gets ButtonElementStyle containing display attributes that determine the general appearance of the tab button on the screen.
    Syntax
    'Declaration
     
    
    Public Property TabButton As ButtonElementStyle
    public ButtonElementStyle TabButton {get; set;}
    See Also