BCGControlBar Pro for MFC
virtual BOOL CBCGPProp::OnSetCursor ( ) const
virtual

Called by the framework to notify that the property list is about to set cursor on the property.

Returns
Should return TRUE if the property processes this notification and sets (loads) the cursor.

This function is called by the framework to notify that the property list is about to set cursor on the property. The default implementation sets IDC_IBEAM cursor for the simple values (strings, float, double, integer, short values) and returns TRUE. For the rest of values it returns FALSE.