[]
        
(Showing Draft Content)

C1.Win.Command.TopicBarStyle.-ctor

TopicBarStyle Constructor

TopicBarStyle(Font, Color, Font, Color, Font, Color, Font, Color)

Initializes a new instance of the TopicBarStyle class.

Declaration
public TopicBarStyle(Font normalFont, Color normalForeColor, Font mouseOverFont, Color mouseOverForeColor, Font disabledFont, Color disabledForeColor, Font pressedFont, Color pressedForeColor)
Public Sub New(normalFont As Font, normalForeColor As Color, mouseOverFont As Font, mouseOverForeColor As Color, disabledFont As Font, disabledForeColor As Color, pressedFont As Font, pressedForeColor As Color)
Parameters
Type Name Description
Font normalFont

Normal font.

Color normalForeColor

Normal ForeColor.

Font mouseOverFont

The mouse over font.

Color mouseOverForeColor

The mouse over ForeColor.

Font disabledFont

The disabled font.

Color disabledForeColor

The disabled font ForeColor.

Font pressedFont

The pressed font.

Color pressedForeColor

The pressed font ForeColor.