C# Class System.Windows.Window

Inheritance: System.Windows.Controls.ContentControl, IWindowService
Datei anzeigen Open project: shana/moon Class Usage Examples

Public Methods

Method Description
Activate ( ) : bool
Close ( ) : void
DragMove ( ) : void
DragResize ( WindowResizeEdge resizeEdge ) : void

Method Details

Activate() public method

public Activate ( ) : bool
return bool

Close() public method

public Close ( ) : void
return void

DragMove() public method

public DragMove ( ) : void
return void

DragResize() public method

public DragResize ( WindowResizeEdge resizeEdge ) : void
resizeEdge WindowResizeEdge
return void