<< Return to Main Index

< Return to Class Index

CGXCurrencyEdit::m_bIgnoreFractions

BOOL m_bIgnoreFractions;

Remarks

Specifies if the control should ignore fractional values when doing a search and when doing a replace operation. The default value for this is FALSE. If this attribute is set to TRUE then only the decimal part will be used in the search and the value will be seen as a whole number by the control. Please take a look at the implementation of CGXCurrenyEdit::FindText to see the two different methods by which the search can be done.


You can set this attribute on the control instance (before you register the control in the grid).

See Also

CGXControl::FindText

CGXCurrencyEdit

Class Overview | Class Members