CComboBox::GetDroppedState
호출 된 GetDroppedState 멤버 함수 (내려가면) 드롭다운 콤보 상자는 목록 상자가 표시 되는지 여부를 결정 합니다.
BOOL GetDroppedState( ) const;
반환 값
목록 상자에 표시 되는 경우 0이 아닌. 그렇지 않으면 0입니다.
예제
// Show the dropdown list box if it is not already dropped.
if (!m_pComboBox->GetDroppedState())
m_pComboBox->ShowDropDown(TRUE);
요구 사항
헤더: afxwin.h