C# Class WpfHint2.Hint

Mostrar archivo Open project: JetBrains/Nitra Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Show ( IntPtr owner, Rect placementRect, string>.Func getHintContent, string text, Brush>.Func mapBrush ) : void

Private Methods

Method Description
HintWindowClosed ( object sender, EventArgs e ) : void
RaiseClick ( string handler ) : void
RaiseGetHintContent ( string key ) : string
Show ( IntPtr owner ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Show() public method

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
return void