PowerTools PlusPak for Windows Forms 8.0J
CalendarNoteItem コンストラクタ

noteに関連付けられた日付や休日スタイル。
項目の CalendarNote
Textの代わりに休日の名前をメモに表示すべきかどうかを示す System.Boolean 値。
CalendarNote クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal key As Object, _
   ByVal note As CalendarNote, _
   ByVal showHolidayName As Boolean _
)
public CalendarNoteItem( 
   object key,
   CalendarNote note,
   bool showHolidayName
)

パラメータ

key
noteに関連付けられた日付や休日スタイル。
note
項目の CalendarNote
showHolidayName
Textの代わりに休日の名前をメモに表示すべきかどうかを示す System.Boolean 値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

CalendarNoteItem クラス
CalendarNoteItem メンバ

Send Feedback