NetXP 3.0 Reference

TabGroupSequence Members

TabGroupSequence overview

Public Instance Constructors

TabGroupSequenceOverloaded. Initializes a new instance of the TabGroupSequence class.

Public Instance Properties

BackgroundColor Gets the background color.
Count Gets the number of children.
Direction Gets the direction.
GroupControl Gets the control within this sequence.
IsNode Returns false.
IsSequence Returns true.
Item Gets the node at the index.
MinimumSize (inherited from TabGroupBase) Gets or sets the minimum size for this tabbed group.
Parent (inherited from TabGroupBase) Gets this group's parent.
Renderer Gets the renderer for the sequence.
SizeBarWidth Gets the width of the size bar.
Space (inherited from TabGroupBase) Gets or sets the space used up by this tabbed group.
TabbedGroups (inherited from TabGroupBase) Gets this group's children.
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

AddNewNode Adds a new empty node.
CanResize Can we resize this sequence?
Clear Removes all children.
CompactOverloaded. Compacts all children.
ContainsSelected Gets whether or not the selected node is contained in this sequence.
Dispose Implements inherited member.
EndResizeOperation Finishes resize operation.
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.
IndexOf Gets the index of the specified node.
InsertNewNode Inserts a new empty node at index.
LoadFromXml Loads layout from XML.
Notify Internal.
ProportionalResize Resizes all children proportionally.
Remove Removes a node.
RemoveAt Removes a node at the specified index.
Reposition Updates child layout to reflect new proportional spacing values.
SaveToXml Saves layout to XML.
StartResizeOperation Begins resize operation.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

TabGroupSequence Class | NETXP.Controls.Docking Namespace