GrapeCity SPREAD for Windows Forms 11.0J
CalculatorButtonStyleInfo コンストラクタ(Color,Color,TextEffect)


前景色の初期設定。
背景色の初期設定。
テキスト効果の初期設定。
CalculatorButtonStyleInfoの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal foreColor As Color, _
   ByVal backColor As Color, _
   ByVal textEffect As TextEffect _
)
'使用法
 
Dim foreColor As Color
Dim backColor As Color
Dim textEffect As TextEffect
 
Dim instance As New CalculatorButtonStyleInfo(foreColor, backColor, textEffect)
public CalculatorButtonStyleInfo( 
   Color foreColor,
   Color backColor,
   TextEffect textEffect
)

パラメータ

foreColor
前景色の初期設定。
backColor
背景色の初期設定。
textEffect
テキスト効果の初期設定。
参照

CalculatorButtonStyleInfo クラス
CalculatorButtonStyleInfo メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.