C# Class WinRTXamlToolkit.Controls.ToolBarButton

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

Public Methods

Method Description
ToolBarButton ( ) : System

Protected Methods

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

Private Methods

Method Description
Invoke ( ) : void
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.

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

ToolBarButton() public method

public ToolBarButton ( ) : System
return System