NetXP 3.0 Reference

TabGroupNode Members

TabGroupNode overview

Public Instance Constructors

TabGroupNode Constructor Constructs a new tab group node.

Public Instance Properties

Count Gets the number of tab pages.
GroupControl Gets the tab control.
IsNode Returns True.
IsSequence Returns False.
MinimumSize (inherited from TabGroupBase) Gets or sets the minimum size for this tabbed group.
Parent (inherited from TabGroupBase) Gets this group's parent.
Space (inherited from TabGroupBase) Gets or sets the space used up by this tabbed group.
TabbedGroups (inherited from TabGroupBase) Gets this group's children.
TabControl Gets the tab control for this node.
TabPages Gets the tab pages in this node.
Tag (inherited from TabGroupBase) Gets or sets an object associated with this group.
Unique (inherited from TabGroupBase) Gets or sets a unique ID for this group.

Public Instance Methods

Close Closes this node.
ContainsSelected Finds out if the selected node is the same as this node.
Dispose Implements inherited member.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
LoadFromXml Loads layout from XML.
MoveNext Moves to next node.
MovePrevious Moves to previous node.
NewHorizontal New horizontal group.
NewVertical New vertical group.
Notify Internal
ProportionalResize Resizes this node proportionally.
SaveToXml Saves layout to XML.
ToggleSelected Makes this the selected node.
ToString (inherited from Object)Returns a String that represents the current Object.

Public Instance Events

ShowContextMenu Raised when the context menu is about to be shown.

See Also

TabGroupNode Class | NETXP.Controls.Docking Namespace