CMonthCalCtrl::SetMaxSelCount
Month calendar 컨트롤에서 선택할 수 있는 일 수를 설정 합니다.
BOOL SetMaxSelCount(
int nMax
);
매개 변수
- nMax
나타내는 최대 일 수를 선택할 수 있는 설정 값입니다.
반환 값
성공 하면 0이 아닌. 그렇지 않으면 0입니다.
설명
이 멤버 함수는 Win32 메시지의 동작을 구현 MCM_SETMAXSELCOUNT에 설명 된 대로, 여 Windows SDK.
예제
// The control needs to have the MCS_MULTISELECT style
// for the following code to work.
// change the maximum selection count
m_calCtrl2.SetMaxSelCount(10);
// check that the change was really made
ASSERT(m_calCtrl2.GetMaxSelCount() == 10);
요구 사항
헤더: afxdtctl.h