CComboBox::GetDroppedState
呼叫 GetDroppedState 成員函式來判斷下拉式清單方塊的清單方塊中是否為可見 (卸除向下)。
BOOL GetDroppedState( ) const;
傳回值
如果不是零,則清單方塊是可見的,則為 0。
範例
// Show the dropdown list box if it is not already dropped.
if (!m_pComboBox->GetDroppedState())
m_pComboBox->ShowDropDown(TRUE);
需求
Header: afxwin.h