BCGControlBar Pro for MFC
BOOL CBCGPPropList::IsAlphabeticMode ( ) const
inline

Tells whether a property list control is in alphabetic mode or not.

Returns
TRUE if the property list control is in alphabetic mode; FALSE if in categorized mode.

Call this function to determine whether a property list control is in alphabetic mode or not. In alphabetic mode the properties are sorted by their names, otherwise they are grouped by the parent nodes. You can enable or disable this mode using SetAlphabeticMode().