In This Article

BreadcrumbOverflowButton Class

Represents a button that is used display overflowed items in a Breadcrumb.

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

Constructors

BreadcrumbOverflowButton()

Initializes an instance of the class.

public BreadcrumbOverflowButton()

Methods

GenerateContextMenu()

Generates a ContextMenu to be shown by the BreadcrumbButtonBase.

protected override ContextMenu GenerateContextMenu()

Returns

ContextMenu:

A ContextMenu; otherwise null.

Inherited Members