ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / TopicBarStyle Class / TopicBarStyle Constructor
Normal font.
Normal ForeColor.
The mouse over font.
The mouse over ForeColor.
The disabled font.
The disabled font ForeColor.
The pressed font.
The pressed font ForeColor.

In This Topic
    TopicBarStyle Constructor
    In This Topic
    Initializes a new instance of the TopicBarStyle class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal normalFont As System.Drawing.Font, _
       ByVal normalForeColor As System.Drawing.Color, _
       ByVal mouseOverFont As System.Drawing.Font, _
       ByVal mouseOverForeColor As System.Drawing.Color, _
       ByVal disabledFont As System.Drawing.Font, _
       ByVal disabledForeColor As System.Drawing.Color, _
       ByVal pressedFont As System.Drawing.Font, _
       ByVal pressedForeColor As System.Drawing.Color _
    )
    public TopicBarStyle( 
       System.Drawing.Font normalFont,
       System.Drawing.Color normalForeColor,
       System.Drawing.Font mouseOverFont,
       System.Drawing.Color mouseOverForeColor,
       System.Drawing.Font disabledFont,
       System.Drawing.Color disabledForeColor,
       System.Drawing.Font pressedFont,
       System.Drawing.Color pressedForeColor
    )

    Parameters

    normalFont
    Normal font.
    normalForeColor
    Normal ForeColor.
    mouseOverFont
    The mouse over font.
    mouseOverForeColor
    The mouse over ForeColor.
    disabledFont
    The disabled font.
    disabledForeColor
    The disabled font ForeColor.
    pressedFont
    The pressed font.
    pressedForeColor
    The pressed font ForeColor.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also