CMFCPropertyGridCtrl::SetBoolLabels

Specifies the text of Boolean labels.

void SetBoolLabels(
   LPCTSTR lpszTrue,
   LPCTSTR lpszFalse 
);

Parameters

  • [in] lpszTrue
    The text string to display for the Boolean value of true.

  • [in] lpszFalse
    The text string to display for the Boolean value of false.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class