'宣言 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 )
パラメータ
- normalTitle
- 標準タイトル。
- mouseOverTitle
- マウスオーバー時のタイトル。
- pressedTitle
- 押下されたタイトル。
- backgroundColor
- 背景色
- borderColor
- 境界線の色。