Skip to main content

BreadCrumbNode Methods

A node within a BreadCrumbEdit control.
Name Description
BeginUpdate() Locks the object and prevents any visual updates until the EndUpdate method is called.
CancelUpdate() Unlocks the node that was previously locked by the BeginUpdate method, without causing an immediate visual update.
Clone() Copies this BreadCrumbNode.
Clone(Boolean) Copies this BreadCrumbNode with or without its child nodes.
EndUpdate() Unlocks the node that was previously locked by the BeginUpdate method and causes an immediate visual update.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Gets whether this BreadCrumbNode equals the target object.
GetChild(String, String) Returns a BreadCrumbNode that is the child of this BreadCrumbNode and is located at the specific path.
GetHashCode() Gets the integer hash code that corresponds to the current BreadCrumbNode object’s value.
GetImage() Gets the image currently displayed as this BreadCrumbNode‘s glyph.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue() Gets the current BreadCrumbNode value.
IsDefaultImageIndex(Int32) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
IsNoneImageIndex(Int32) static This member supports the internal infrastructure, and is not intended to be used directly from your code.
IsParentOf(BreadCrumbNode) Gets whether this BreadCrumbNode object is a parent node for the target BreadCrumbNode object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetProperties(RepositoryItemBreadCrumbEdit) Applies properties stored within the target RepositoryItemBreadCrumbEdit to this BreadCrumbNode.
ToString() Gets the textual representation of this BreadCrumbNode.
See Also