C# Class PeperNote.HideAndShowWindowHelper

Show file Open project: jpmikkers/PeperNote Class Usage Examples

Public Methods

Method Description
ShiftWindowIntoForeground ( Window window ) : void

Intent: Ensure that small notification window is on top of other windows.

Method Details

ShiftWindowIntoForeground() public static method

Intent: Ensure that small notification window is on top of other windows.
public static ShiftWindowIntoForeground ( Window window ) : void
window Window
return void