C# Class WpfHint2.Hint

Afficher le fichier Open project: JetBrains/Nitra Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Show() public méthode

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
Résultat void