CGXStyle::SetTriState
CGXStyle& SetTriState(BOOL b);
b
TRUE if tri state should be marked as initialized; FALSE otherwise.
Return Value
Returns the this pointer.
Remarks
Initializes the tri-state setting.
The CGXCheckBox control checks this value. If it is TRUE, a tri-state check box will displayed; if it is FALSE, a normal check box will be displayed.