Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether a property grid control is in alphabetic mode.
BOOL IsAlphabeticMode() const;
Return Value
TRUE if the property grid control is in alphabetic mode; otherwise FALSE.
Remarks
When the property grid control is in alphabetic mode, all properties are sorted alphabetically by their names. Otherwise, properties are grouped under their parent nodes.
Use the CMFCPropertyGridCtrl::SetAlphabeticMode method to enable or disable alphabetic mode.
Requirements
Header: afxpropertygridctrl.h