C# Class WpfHint2.HintRoot

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

Méthodes publiques

Méthode Description
Create ( FrameworkElement fe ) : HintRoot
Create ( Rect rect, HintSource source ) : HintRoot
Dispose ( ) : void

Méthodes protégées

Méthode Description
RaiseEvent ( ) : void

Method Details

Create() public static méthode

public static Create ( FrameworkElement fe ) : HintRoot
fe System.Windows.FrameworkElement
Résultat HintRoot

Create() public static méthode

public static Create ( Rect rect, HintSource source ) : HintRoot
rect System.Windows.Rect
source HintSource
Résultat HintRoot

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RaiseEvent() protected méthode

protected RaiseEvent ( ) : void
Résultat void