[]
        
(Showing Draft Content)

C1.Win.Command.TopicPageStyle.-ctor

TopicPageStyle Constructor

TopicPageStyle(TopicPageCaptionStyle, TopicPageCaptionStyle, TopicPageCaptionStyle, Color, Color)

Initializes a new instance of the TopicPageStyle class.

Declaration
public TopicPageStyle(TopicPageCaptionStyle normalTitle, TopicPageCaptionStyle mouseOverTitle, TopicPageCaptionStyle pressedTitle, Color backgroundColor, Color borderColor)
Public Sub New(normalTitle As TopicPageCaptionStyle, mouseOverTitle As TopicPageCaptionStyle, pressedTitle As TopicPageCaptionStyle, backgroundColor As Color, borderColor As Color)
Parameters
Type Name Description
TopicPageCaptionStyle normalTitle

The normal title.

TopicPageCaptionStyle mouseOverTitle

The mouse over title.

TopicPageCaptionStyle pressedTitle

The pressed title.

Color backgroundColor

The background color.

Color borderColor

The border color.