In This Article

BreadcrumbItemNavigateButton Class

Represents a button that is used to navigate down a Breadcrumb.

public class BreadcrumbItemNavigateButton : BreadcrumbButtonBase, IPopupAnchor
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ButtonBase Button PopupButton BreadcrumbButtonBase object
Implements:
IPopupAnchor

Constructors

BreadcrumbItemNavigateButton()

Initializes an instance of the class.

public BreadcrumbItemNavigateButton()

Methods

GenerateContextMenu()

Generates a ContextMenu to be shown by the BreadcrumbButtonBase.

protected override ContextMenu GenerateContextMenu()

Returns

ContextMenu:

A ContextMenu; otherwise null.

Inherited Members