MindFusion.UI for WebForms Programmer's Guide

DockItemState Enumeration

See Also
 





Specifies the state of an item inside a DockControl.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum DockItemState

Visual Basic  Copy Code

Public Enumeration DockItemState

 Members

  Member name Value Description

Floating

0

Indicates that the item is not docked.

Docked

1

Indicates that the item is docked to one of the sides.

TabbedDocument

2

Indicates that the item is docked in the middle.

Hidden

3

Indicates that the item is hidden.

 See Also