PowerTools SPREAD for Windows Forms 8.0J
BackgroundColor プロパティ


コンボボックスの背景色を取得または設定します。
構文
'Declaration
 
Public Property BackgroundColor As Color
'使用法
 
Dim instance As FpCombo
Dim value As Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public Color BackgroundColor {get; set;}

プロパティ値

背景色を含むColorオブジェクト
参照

FpCombo クラス
FpCombo メンバ

 

 


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