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 General Discussion » How to get the event to hide CExtToolControlBar. Collapse All
Subject Author Date
Seung Cheol Lee Jan 14, 2008 - 8:35 PM

Hi.
I want to know when to hide CExtToolControlBar.
How to handle the event.


Technical Support Jan 17, 2008 - 4:20 AM

The CExtToolControlBar class implements a toolbar window which typically contains buttons and may contain other controls instead of buttons. The toolbar cannot be auto-hidden. The CExtControlBar class implements a resizable bar which can be auto hidden. You can create and use your own CExtControlBar-derived class and handle the WM_WINDOWPOSCHANGED message in it. The CExtControlBar::AutoHideModeGet() method will tell you if the bar is auto-hidden.

Seung Cheol Lee Jan 15, 2008 - 5:43 PM

Your answer didn’t solve the question.

I’m sorry. I have wirtten the wrong guestion.

I want to know when to autohide of docked CExtToolContrlBar .

Technical Support Jan 15, 2008 - 4:32 AM

You should use a CExtToolControlBar-derived class and handle the WM_WINDOWPOSCHANGED message in it.