C# Class VisualMutator.Console.FakeOwnerWindowProvider

Inheritance: IOwnerWindowProvider
显示文件 Open project: visualmutator/visualmutator

Public Methods

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

Method Details

GetWindow() public method

public GetWindow ( ) : System.Windows.Forms.IWin32Window
return System.Windows.Forms.IWin32Window

GetWindowTitle() public method

public GetWindowTitle ( ) : string
return string

SetOwnerFor() public method

public SetOwnerFor ( Window window ) : void
window System.Windows.Window
return void