void CBCGPPropList::SetBoolLabels | ( | LPCTSTR | lpszTrue, |
LPCTSTR | lpszFalse | ||
) |
Specifies the textual representation of boolean labels.
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. |