C# Class System.Waf.Presentation.Controls.NavigationToggleButton

Use this button for navigation commands in the navigation view. The toggle state can be used to show the current navigation state.
Inheritance: Windows.UI.Xaml.Controls.Primitives.ToggleButton
Afficher le fichier Open project: jbe2277/waf

Méthodes publiques

Méthode Description
NavigationToggleButton ( ) : Windows.UI.Xaml

Initializes a new instance of the NavigationToggleButton class.

Méthodes protégées

Méthode Description
OnToggle ( ) : void

Called when the ToggleButton receives toggle stimulus.

Method Details

NavigationToggleButton() public méthode

Initializes a new instance of the NavigationToggleButton class.
public NavigationToggleButton ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml

OnToggle() protected méthode

Called when the ToggleButton receives toggle stimulus.
protected OnToggle ( ) : void
Résultat void