Articles in this section
Category / Section

How to hide the currently open auto hidden window before time out in WinForms Docking Manager?

1 min read

Autohide

In General, the opened AutoHidden windows will get hidded after a certain time if there are no activities on them. The DockingManager has an overloaded method called HideAutoHiddenControl which can be used to hide the currently opened AutoHidden window before timeout.

C#

//Hides the control
dockingManager1.HideAutoHiddenControl();
//Hides the control with hiding animation.
dockingManager1.HideAutoHiddenControl(true); //false to avoid animation

 

VB

'Hides the control
DockingManager1.HideAutoHiddenControl()
'Hides the control with hiding animation.
dockingManager1.HideAutoHiddenControl(true) 'false to avoid animation

Sample: http://help.syncfusion.com/support/samples/kb/Tools.Windows/TBeforeTimeOut/BeforeTimeOut.zip

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied