CMFCPropertyGridCtrl::SetAlphabeticMode

Sets or resets alphabetic mode.

void SetAlphabeticMode(
   BOOL bSet=TRUE 
);

Parameters

  • [in] bSet
    TRUE to set alphabetic mode; FALSE reset alphabetic mode. The default value is TRUE.

Remarks

When the property grid control is in alphabetic mode, the control sorts all the properties it contains by their property name.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class