How to determine when an unpinned pane is sliding |
Post Reply |
Author | |
mrmathis
Senior Member Joined: 17 May 2007 Location: United States Status: Offline Points: 105 |
Post Options
Thanks(0)
Posted: 03 October 2011 at 2:32pm |
I have some pane clients in which drawing is an expensive operation. I'd like to defer updating them during a slide operation, and just do one update when the operation is complete. I see the m_bSlideOut variable in CXTPDockingPaneAutoHideWnd, which appears to track what I want, but it is protected. Is overriding the class and exposing that information my best option? Or is there some other way to determine this?
--Mike
|
|
--Mike
|
|
mrmathis
Senior Member Joined: 17 May 2007 Location: United States Status: Offline Points: 105 |
Post Options
Thanks(0)
|
Whoops, misread the code. The m_bSlideOut is private, rather than public. Is there some other way I can determine this state?
|
|
--Mike
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |