Skip to main content
A newer version of this page is available. .

BreadCrumbHistoryItem Members

An object that stores the previously viewed BreadCrumbEdit path.

Constructors

Name Description
BreadCrumbHistoryItem() Initializes a new instance of the BreadCrumbHistoryItem class with the default settings.
BreadCrumbHistoryItem(String) Initializes a new instance of the BreadCrumbHistoryItem class with the specified settings.

Properties

Name Description
Path Gets or sets the path within a BreadCrumbEdit control to which this BreadCrumbHistoryItem relates.

Methods

Name Description
Clone() Duplicates the target BreadCrumbHistoryItem.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Compares this BreadCrumbHistoryItem with a specific object.
GetHashCode() Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object’s value.
GetIndex() Gets this BreadCrumbHistoryItem‘s position within its parent BreadCrumbHistory collection.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MoveOnTop() Moves the BreadCrumbHistoryItem to the top of its parent BreadCrumbHistory collection.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Gets the textual representation of this BreadCrumbHistoryItem.
See Also