Searched refs:m_bNegativeValueAllowed (Results 1 – 2 of 2) sorted by relevance
7 m_bNegativeValueAllowed = FALSE; in custom_edit()61 if (!(m_bNegativeValueAllowed) || (index != 0) || (character != '-')) in OnPaste()101 if (m_bNegativeValueAllowed && (key == '-')) in OnChar()
9 void EnableNegativeValue() { m_bNegativeValueAllowed = TRUE; } in EnableNegativeValue()16 BOOL m_bNegativeValueAllowed; variable