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
Mostra file Open project: jbe2277/waf

Public Methods

Method Description
NavigationToggleButton ( ) : Windows.UI.Xaml

Initializes a new instance of the NavigationToggleButton class.

Protected Methods

Method Description
OnToggle ( ) : void

Called when the ToggleButton receives toggle stimulus.

Method Details

NavigationToggleButton() public method

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

OnToggle() protected method

Called when the ToggleButton receives toggle stimulus.
protected OnToggle ( ) : void
return void