Searched refs:IsDropDownStyle (Results 1 – 2 of 2) sorted by relevance
113 if (IsDropDownStyle() && m_pEdit) in Update()143 if (!IsDropDownStyle()) { in DrawWidget()220 if (IsDropDownStyle() && m_pEdit) { in SetCurSel()233 if (IsDropDownStyle() && m_pEdit) in SetStates()241 if (IsDropDownStyle() && m_pEdit) in RemoveStates()382 if (!IsDropDownStyle() || !m_pEdit) in Layout()467 if (!IsDropDownStyle()) { in ProcessSelChanged()683 if (!IsDropDownStyle() || !m_pEdit) in DisForm_Layout()766 if (IsDropDownStyle() && pMsg->m_pSrcTarget != m_pListBox.get()) { in OnFocusChanged()778 if (!IsDropDownStyle() || pMsg->m_pDstTarget == m_pListBox.get()) { in OnFocusChanged()[all …]
111 bool IsDropDownStyle() const { in IsDropDownStyle() function