CDateTimeCtrl::GetMonthCalColor
擷取月曆的特定部分的色彩在日期時間選擇器控制項內。
COLORREF GetMonthCalColor(
int iColor
) const;
參數
- iColor
指定月曆的哪一個色彩區域的 int 值擷取。 如需值的清單,請參閱 SetMonthCalColoriColor 參數。
傳回值
表示月曆控制項的指定部分的色彩設定,如果成功的 COLORREF 值。 函式會傳回-1,如果無法成功。
備註
此成員函式實作 Win32 訊息 DTM_GETMCCOLOR的行為 Windows SDK,如中所述。
範例
// Set the color for the text in the control and
// assure it was set properly. Unlike the GetMonthCalCtrl() member,
// GetMonthCalColor() and SetMonthCalColor() can be used at any time.
m_DateTimeCtrl.SetMonthCalColor(MCSC_TEXT, RGB(255, 0, 0));
VERIFY(m_DateTimeCtrl.GetMonthCalColor(MCSC_TEXT) == RGB(255, 0, 0));
需求
Header: afxdtctl.h