PowerTools SPREAD for Windows Forms 8.0J
BackColor プロパティ (PopUpCalculatorInfo)


ポップアップウィンドウの背景色を取得または設定します。
構文
'Declaration
 
Public Property BackColor As Color
'使用法
 
Dim instance As PopUpCalculatorInfo
Dim value As Color
 
instance.BackColor = value
 
value = instance.BackColor
public Color BackColor {get; set;}

プロパティ値

ポップアップウィンドウの背景色を示すSystem.Drawing.Color値。
デフォルト値はSystem.Drawing.SystemColors.Windowです。
参照

PopUpCalculatorInfo クラス
PopUpCalculatorInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.