Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / C1.Win.Schedule.UI Namespace / BaseTheme Class / Button Property

In This Topic
    Button Property (BaseTheme)
    In This Topic
    Gets or sets the C1.Framework.Style object determining the style of navigation buttons.
    Syntax
    'Declaration
     
    Public Property Button As C1.Framework.Style
    public C1.Framework.Style Button {get; set;}
    See Also