C# 클래스 Fluent.KeyTipService

Handles Alt, F10 and so on
파일 보기 프로젝트 열기: Gainedge/BetterExplorer 1 사용 예제들

공개 메소드들

메소드 설명
Attach ( ) : void

Attaches self

Detach ( ) : void

Detachs self

KeyTipService ( Ribbon ribbon ) : System

Default constrctor

비공개 메소드들

메소드 설명
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

메소드 상세

Attach() 공개 메소드

Attaches self
public Attach ( ) : void
리턴 void

Detach() 공개 메소드

Detachs self
public Detach ( ) : void
리턴 void

KeyTipService() 공개 메소드

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