|
protectedvirtual |
Called by the property list control when it needs to sort properties.
This function is called by the property list control when it needs to sort properties by name. The default algorithm just takes CBCGPProp::m_strName from both properties and compares them using CString::Compare. Override this method in a derived class if you need to customize this behavior.