void CBCGPGridCtrl::SetBoolLabels | ( | LPCTSTR | lpszTrue, |
LPCTSTR | lpszFalse | ||
) |
Defines how the text for the items of the boolean type should be displayed
Call this function to define how the text for the items of the boolean type should be displayed.
lpszTrue | Specifies the text string for "TRUE" values. |
lpszFalse | Specifies the text string for "FALSE" values. |