C# Class VisualMutator.Console.FakeOwnerWindowProvider

Inheritance: IOwnerWindowProvider
Afficher le fichier Open project: visualmutator/visualmutator

Méthodes publiques

Méthode Description
GetWindow ( ) : System.Windows.Forms.IWin32Window
GetWindowTitle ( ) : string
SetOwnerFor ( Window window ) : void

Method Details

GetWindow() public méthode

public GetWindow ( ) : System.Windows.Forms.IWin32Window
Résultat System.Windows.Forms.IWin32Window

GetWindowTitle() public méthode

public GetWindowTitle ( ) : string
Résultat string

SetOwnerFor() public méthode

public SetOwnerFor ( Window window ) : void
window System.Windows.Window
Résultat void