Vcl.ComCtrls.TCommonCalendar.CalColors

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property CalColors: TMonthCalColors read FCalColors write SetCalColors;

C++

__property TMonthCalColors* CalColors = {read=FCalColors, write=SetCalColors};

プロパティ

種類 可視性 ソース ユニット
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

説明

CalColors プロパティはカレンダーの各パーツに使用される色を保持します。

CalColors プロパティを使用すると,カレンダーコントロールの背景色,月表示部分の背景色,テキストの色,タイトル部分の背景色,タイトルテキストの色,および前後月の日付テキストの色を取得したり設定したりできます。

関連項目