[]
        
(Showing Draft Content)

C1.Win.C1Command.TopicLinkStatesStyle.-ctor

TopicLinkStatesStyle Constructor

TopicLinkStatesStyle(Font, Color, Font, Color, Font, Color, Font, Color)

Initializes a new instance of the TopicLinkStatesStyle class.

Declaration
public TopicLinkStatesStyle(Font normalFont, Color normalForeColor, Font mouseOverFont, Color mouseOverForeColor, Font disabledFont, Color disabledForeColor, Font pressedFont, Color pressedForeColor)
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.