Menus and Toolbars for WinForms
TopicPageStyle コンストラクタ

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > TopicPageStyle クラス : TopicPageStyle コンストラクタ
標準タイトル。
マウスオーバー時のタイトル。
押下されたタイトル。
背景色
境界線の色。
TopicPageStyle クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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
境界線の色。
参照

TopicPageStyle クラス
TopicPageStyle メンバ