'Declaration Public Function New( _ ByVal normalTitle As TopicPageCaptionStyle, _ ByVal mouseOverTitle As TopicPageCaptionStyle, _ ByVal pressedTitle As TopicPageCaptionStyle, _ ByVal backgroundColor As System.Drawing.Color, _ ByVal borderColor As System.Drawing.Color _ )
public TopicPageStyle( TopicPageCaptionStyle normalTitle, TopicPageCaptionStyle mouseOverTitle, TopicPageCaptionStyle pressedTitle, System.Drawing.Color backgroundColor, System.Drawing.Color borderColor )
Parameters
- normalTitle
- The normal title.
- mouseOverTitle
- The mouse over title.
- pressedTitle
- The pressed title.
- backgroundColor
- The background color.
- borderColor
- The border color.