public void FlashIfNotActive() { if (!IsActive) { FlashWindow.Flash(this); } }
public void Flash() { FlashWindow.Flash(this, 3); }