Searched refs:bUpPress (Results 1 – 1 of 1) sorted by relevance
204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled(); in OnLButtonDown() local206 if (!bUpPress && !bDnPress) in OnLButtonDown()208 if (bUpPress) { in OnLButtonDown()220 RepaintRect(bUpPress ? m_rtUpButton : m_rtDnButton); in OnLButtonDown()