[]
Initializes a new instance of the TopicPageStyle class.
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)
| 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. |