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


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

プロパティ値

ドロップダウンウィンドウの背景に表示する画像を表すSystem.Drawing.Image
解説
BackgroundImageプロパティは、グラフィック画像をコントロールに配置する場合に使用します。
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


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