Home
last modified time | relevance | path

Searched refs:IsComboBoxDropped (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/browseui/
H A DCAutoComplete.h166 BOOL IsComboBoxDropped() const;
H A DCAutoComplete.cpp713 inline BOOL CAutoComplete::IsComboBoxDropped() const in IsComboBoxDropped() function in CAutoComplete
771 if (cItems == 0 || ::GetFocus() != m_hwndEdit || IsComboBoxDropped()) in ShowDropDown()