In This Article

NavigationBarCustomizeButton Class

Represents a button that is used to customize a NavigationBar.

public class NavigationBarCustomizeButton : Button
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl ButtonBase Button object

Constructors

NavigationBarCustomizeButton()

Initializes an instance of the class.

public NavigationBarCustomizeButton()

Properties

IsPopupOpen

Indicates whether the popup is currently open.

public bool IsPopupOpen { get; }

Property Value

bool:

true if the popup is currently open; otherwise, false.

Methods

OnClick()

Called when a Button is clicked.

protected override void OnClick()

Fields

IsPopupOpenProperty

Defines the IsPopupOpen dependency property.

public static readonly DependencyProperty IsPopupOpenProperty

Extension Methods