ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Styles Namespace / TextBoxStyle Class / Button Property

In This Topic
    Button Property (TextBoxStyle)
    In This Topic
    Gets style containing display attributes that determine the general appearance of the drop down button.
    Syntax
    'Declaration
     
    
    Public Property Button As ClickableElementStyle
    public ClickableElementStyle Button {get; set;}
    See Also