C# Class WinRTXamlToolkit.Controls.ToolBarToggleButton

Inheritance: Windows.UI.Xaml.Controls.Primitives.ToggleButton, IToolStripElement
Mostrar archivo Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
ToolBarToggleButton ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void
OnCreateAutomationPeer ( ) : AutomationPeer

Private Methods

Method Description
OnKeyGestureRecognized ( object sender, EventArgs e ) : void
OnShortcutChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Shortcut property.

OnShortcutChanged ( string oldShortcut, string newShortcut ) : void

Provides derived classes an opportunity to handle changes to the Shortcut property.

Toggle ( ) : void
UpdateToolTip ( ) : void

Updates the tooltip.

UpdateVisualStates ( bool useTransitions ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : AutomationPeer
return Windows.UI.Xaml.Automation.Peers.AutomationPeer

ToolBarToggleButton() public method

public ToolBarToggleButton ( ) : System
return System