C# 클래스 WpfHint2.Hint

파일 보기 프로젝트 열기: JetBrains/Nitra 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Show ( IntPtr owner, Rect placementRect, string>.Func getHintContent, string text, Brush>.Func mapBrush ) : void

비공개 메소드들

메소드 설명
HintWindowClosed ( object sender, EventArgs e ) : void
RaiseClick ( string handler ) : void
RaiseGetHintContent ( string key ) : string
Show ( IntPtr owner ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Show() 공개 메소드

public Show ( IntPtr owner, Rect placementRect, string>.Func getHintContent, string text, Brush>.Func mapBrush ) : void
owner System.IntPtr
placementRect System.Windows.Rect
getHintContent string>.Func
text string
mapBrush Brush>.Func
리턴 void