NetXP 3.0 Reference

TabbedGroups.DisplayTabModes Enumeration

Specifies modes for showing/hiding tabbed groups.

[Visual Basic]
Public Enum TabbedGroups.DisplayTabModes
[C#]
public enum TabbedGroups.DisplayTabModes

Members

Member NameDescription
HideAll Hide all tabbed groups.
ShowAll Show all tabbed groups.
ShowActiveNode Show only the active tabbed group.
ShowMouseOver Show only on mouse over.
ShowActiveAndMouseOver Show only the active tabbed group or the mouse-over group.

Requirements

Namespace: NETXP.Controls.Docking

Assembly: NETXP.Controls.Docking (in NETXP.Controls.Docking.dll)

See Also

NETXP.Controls.Docking Namespace