C# Class Fluent.KeyTipService

Handles Alt, F10 and so on
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Méthode Description
Attach ( ) : void

Attaches self

Detach ( ) : void

Detachs self

KeyTipService ( Ribbon ribbon ) : System

Default constrctor

Private Methods

Méthode Description
GetElementWindow ( UIElement element ) : Window

Gets window where element is loacated or null

OnAdornerChainTerminated ( object sender, EventArgs e ) : void
OnDelayedInitialization ( object sender, EventArgs args ) : void
OnDelayedShow ( object sender, EventArgs e ) : void
OnWindowKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnWindowKeyUp ( object sender, KeyEventArgs e ) : void
RestoreFocuses ( ) : void
Show ( ) : void
WindowProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

Attach() public méthode

Attaches self
public Attach ( ) : void
Résultat void

Detach() public méthode

Detachs self
public Detach ( ) : void
Résultat void

KeyTipService() public méthode

Default constrctor
public KeyTipService ( Ribbon ribbon ) : System
ribbon Ribbon Host element
Résultat System