Searched refs:IsUpButtonEnabled (Results 1 – 2 of 2) sorted by relevance
102 bool CFWL_SpinButton::IsUpButtonEnabled() { in IsUpButtonEnabled() function in CFWL_SpinButton204 bool bUpPress = m_rtUpButton.Contains(pMsg->m_pos) && IsUpButtonEnabled(); in OnLButtonDown()237 if (m_dwUpState == CFWL_PartState_Pressed && IsUpButtonEnabled()) { in OnLButtonUp()257 if (IsUpButtonEnabled()) { in OnMouseMove()283 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled()) { in OnMouseMove()316 if (m_dwUpState != CFWL_PartState_Normal && IsUpButtonEnabled()) in OnMouseLeave()332 bool bUpEnable = IsUpButtonEnabled(); in OnKeyDown()
47 bool IsUpButtonEnabled();