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

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > TopicLinkStatesStyle クラス : TopicLinkStatesStyle コンストラクタ
標準のフォントです。
標準 ForeColor。
マウスオーバー時のフォント。
マウスオーバー時の ForeColor。
無効なフォント。
無効なフォントの ForeColor。
押下されたフォント。
押下されたフォントの ForeColor。
TopicLinkStatesStyle クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal normalFont As System.Drawing.Font, _
   ByVal normalForeColor As System.Drawing.Color, _
   ByVal mouseOverFont As System.Drawing.Font, _
   ByVal mouseOverForeColor As System.Drawing.Color, _
   ByVal disabledFont As System.Drawing.Font, _
   ByVal disabledForeColor As System.Drawing.Color, _
   ByVal pressedFont As System.Drawing.Font, _
   ByVal pressedForeColor As System.Drawing.Color _
)
public TopicLinkStatesStyle( 
   System.Drawing.Font normalFont,
   System.Drawing.Color normalForeColor,
   System.Drawing.Font mouseOverFont,
   System.Drawing.Color mouseOverForeColor,
   System.Drawing.Font disabledFont,
   System.Drawing.Color disabledForeColor,
   System.Drawing.Font pressedFont,
   System.Drawing.Color pressedForeColor
)

パラメータ

normalFont
標準のフォントです。
normalForeColor
標準 ForeColor。
mouseOverFont
マウスオーバー時のフォント。
mouseOverForeColor
マウスオーバー時の ForeColor。
disabledFont
無効なフォント。
disabledForeColor
無効なフォントの ForeColor。
pressedFont
押下されたフォント。
pressedForeColor
押下されたフォントの ForeColor。
参照

TopicLinkStatesStyle クラス
TopicLinkStatesStyle メンバ