ContainsRecursive(DashboardItem)
|
Indicates whether the subtree of the current layout group contains the layout item that displays the specified dashboard item.
|
ContainsRecursive(DashboardLayoutNode)
|
Indicates whether the subtree of the current layout group contains the specified layout item/group.
|
ContainsRecursive(DashboardTabPage)
|
Indicates whether the subtree of the current layout group contains the specified layout tab page.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
FindRecursive(DashboardItem)
|
Searches the layout tree recursively and returns the layout item for the specified dashboard item.
|
FindRecursive(DashboardItemGroup)
|
Searches the layout tree recursively and returns the layout group for the specified dashboard item group.
|
FindRecursive(DashboardTabPage)
|
Searches the layout tree recursively and returns the layout tab page for the specified dashboard tab page.
|
FindRecursive(TabContainerDashboardItem)
|
Returns the layout tab container for the specified dashboard tab container item.
|
GetDashboardItemsRecursive()
|
Returns the collection of layout items from the current layout group’s subtree.
|
GetGroupsRecursive()
|
Returns the collection of layout groups from the current layout group’s subtree.
|
GetHashCode()
|
Serves as the default hash function.
|
GetItemsRecursive()
|
Returns the collection of layout items from the current layout group’s subtree.
|
GetNodesRecursive()
|
Returns the collection of layout items and groups from the current layout group’s subtree.
|
GetTabContainersRecursive()
|
Returns the collection of layout tab container from the current layout group’s subtree.
|
GetType()
|
Gets the Type of the current instance.
|
InsertAbove(DashboardItem)
|
Inserts the layout item displaying the specified dashboard item above the current layout item/group.
|
InsertAbove(DashboardLayoutNode)
|
Inserts the specified layout item/group above the current layout item/group.
|
InsertBelow(DashboardItem)
|
Inserts the layout item displaying the specified dashboard item below the current layout item/group.
|
InsertBelow(DashboardLayoutNode)
|
Inserts the specified layout item/group below the current layout item/group.
|
InsertLeft(DashboardItem)
|
Inserts the layout item displaying the specified dashboard item to the left of the current layout item/group.
|
InsertLeft(DashboardLayoutNode)
|
Inserts the specified layout item/group to the left of the current layout item/group.
|
InsertRight(DashboardItem)
|
Inserts the layout item displaying the specified dashboard item to the right of the current layout item/group.
|
InsertRight(DashboardLayoutNode)
|
Inserts the specified layout item/group to the right of the current layout item/group.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MoveAbove(DashboardLayoutNode, Double)
|
Moves the current layout item/group above the specified layout item/group.
|
MoveAbove(DashboardLayoutNode)
|
Moves the current layout item/group above the specified layout item/group.
|
MoveBelow(DashboardLayoutNode, Double)
|
Moves the current layout item/group below the specified layout item/group.
|
MoveBelow(DashboardLayoutNode)
|
Moves the current layout item/group below the specified layout item/group.
|
MoveLeft(DashboardLayoutNode, Double)
|
Moves the current layout item/group to the left of the specified layout item/group.
|
MoveLeft(DashboardLayoutNode)
|
Moves the current layout item/group to the left of the specified layout item/group.
|
MoveRight(DashboardLayoutNode, Double)
|
Moves the current layout item/group to the right of the specified layout item/group.
|
MoveRight(DashboardLayoutNode)
|
Moves the current layout item/group to the right of the specified layout item/group.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RemoveRecursive(DashboardItem)
|
Removes the layout item displaying the specified dashboard item from the layout group’s subtree.
|
RemoveRecursive(DashboardLayoutNode)
|
Removes the specified layout item/group from the layout group’s subtree.
|
ToString()
|
Returns a string that represents the current object.
|