C# Class WinRTXamlToolkit.Controls.ToolBarButton

Inheritance: Windows.UI.Xaml.Controls.Button, IToolStripElement
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
ToolBarButton ( ) : System

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void
OnCreateAutomationPeer ( ) : AutomationPeer

Private Methods

Méthode 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 méthode

protected OnApplyTemplate ( ) : void
Résultat void

OnCreateAutomationPeer() protected méthode

protected OnCreateAutomationPeer ( ) : AutomationPeer
Résultat Windows.UI.Xaml.Automation.Peers.AutomationPeer

ToolBarButton() public méthode

public ToolBarButton ( ) : System
Résultat System