PowerTools SPREAD for Windows Forms 8.0J
BackgroundImage プロパティ (DropDownCalendarInfo)


ドロップダウンカレンダーに表示される背景画像を取得または設定します。
構文
'Declaration
 
Public Property BackgroundImage As Image
'使用法
 
Dim instance As DropDownCalendarInfo
Dim value As Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public Image BackgroundImage {get; set;}

プロパティ値

ドロップダウンウィンドウの背景に表示する画像を表す System.Drawing.Image
解説
半透明の色または透過色を使った画像は、背景画像として適切に表示されません。
参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


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