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
Gets whether the popup is currently open.
public bool IsPopupOpen { get; }
Property Value
- bool:
true
if the popup is currently open; otherwise,false
.
Methods
OnClick()
Occurs when the button is clicked.
protected override void OnClick()
Fields
IsPopupOpenProperty
Identifies the IsPopupOpen dependency property. This field is read-only.
public static readonly DependencyProperty IsPopupOpenProperty