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


今日に使用する画像を取得または設定します。
構文
'Declaration
 
Public Property TodayImage As Image
'使用法
 
Dim instance As DropDownCalendarInfo
Dim value As Image
 
instance.TodayImage = value
 
value = instance.TodayImage
public Image TodayImage {get; set;}

プロパティ値

今日の日付に表示される System.Drawing.Image
解説

TodayImage プロパティは、 ドロップダウンカレンダー上の今日の日付に表示される画像を設定します。

画像をドロップダウンカレンダー上に表示するかどうかは、 ShowTodayMark プロパティで指定します。 また、今日を示すマーク(表示枠)の色は TodayMarkColor プロパティで指定します。

参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


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