PS
Prakash S
Syncfusion Team
January 8, 2003 10:21 PM UTC
Hi Tom,
There isn't a special autohide state change (unpinned) event, but you could use the DockStateChanging & DockStateChanged events in synchronization with each other to achieve the same effect. Call the 'DockingManager.GetAutoHideMode(Control ctrl)' method within the two handlers, maintain some kind of a flag that is reflective of the autohide mode and if you notice a change in the GetAutoHideMode() return value between the two handlers then an autohide state change has occured. The final state of the control will be reflected in the DockStateChanged event.
Prakash
Syncfusion, Inc.
TL
Tom Le Blanc
January 9, 2003 06:24 PM UTC
Thanks Prakash,
That's the road I started down and it appears to be working.
Tom