Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Pin notification Collapse All
Subject Author Date
Thomas Maurer Jun 16, 2006 - 9:36 AM

Hello

Is there a notification message when the autohide pin is pinned or unpinned?

Thank you

Thomas

Technical Support Jun 17, 2006 - 11:25 AM

Please create a CExtControlBar-derived class and override AutoHideModeSet() virtual method in it. This method turns on/off the auto-hide mode for the control bar. Do not forget to invoke the base class’s method.

Thomas Maurer Jun 19, 2006 - 3:45 AM

Thank you

Works fine.