CComboBox::GetDroppedState
更新 : 2007 年 11 月
ドロップダウン コンボ ボックスのリスト ボックスが表示されている (ドロップダウンされている) かどうかを調べます。
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