Exemplo n.º 1
0
 /// <summary>
 ///     Flashes the window one time. It does not change the active state of the window.
 /// </summary>
 public void Flash()
 {
     AWindowHelper.FlashWindow(Handle);
 }