GrapeCity SPREAD for Windows Forms 11.0J
BackgroundImage プロパティ (DropDownCalculatorInfo)


背景画像を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImage As Image
'使用法
 
Dim instance As DropDownCalculatorInfo
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public Image BackgroundImage {get; set;}

プロパティ値

ドロップダウンウィンドウの背景に表示する画像を表すSystem.Drawing.Image
デフォルト値はnull 参照 (Visual Basicでは Nothing)です。
解説
半透明の色または透過色を使った画像は、背景画像として適切に表示されません。
参照

DropDownCalculatorInfo クラス
DropDownCalculatorInfo メンバ

 

 


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