Click or drag to resize

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
C#
public enum DockingAutoHiddenShowState
Members
  Member nameValueDescription
Hidden0 Specifies the auto hidden page has become hidden.
SlidingOut1 Specifies the auto hidden page is sliding out into view.
SlidingIn2 Specifies the auto hidden page is sliding back to be hidden.
Showing3 Specifies the auto hidden page is fully showing.
See Also