| DockingAutoHiddenShowState Enumeration | 
 
            Specifies the sliding state of a docked auto hidden page.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Docking
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic enum DockingAutoHiddenShowState
 Members
Members|  | Member name | Value | Description | 
|---|
|  | Hidden | 0 | Specifies the auto hidden page has become hidden. | 
|  | SlidingOut | 1 | Specifies the auto hidden page is sliding out into view. | 
|  | SlidingIn | 2 | Specifies the auto hidden page is sliding back to be hidden. | 
|  | Showing | 3 | Specifies the auto hidden page is fully showing. | 
 See Also
See Also