C# Class Fluent.KeyTipService

Handles Alt, F10 and so on
Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Methods

Method Description
Attach ( ) : void

Attaches self

Detach ( ) : void

Detachs self

KeyTipService ( Ribbon ribbon ) : System

Default constrctor

Private Methods

Method 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 method

Attaches self
public Attach ( ) : void
return void

Detach() public method

Detachs self
public Detach ( ) : void
return void

KeyTipService() public method

Default constrctor
public KeyTipService ( Ribbon ribbon ) : System
ribbon Ribbon Host element
return System