Allow to minimize the client by Crtl+Click on its thumbnail

This commit is contained in:
Anton Kasyanov
2017-06-17 18:45:15 +03:00
parent 1fe2023b51
commit 5277a52bae
4 changed files with 134 additions and 95 deletions

View File

@@ -35,6 +35,8 @@ namespace EveOPreview.UI
Action<IntPtr> ThumbnailMoved { get; set; }
Action<IntPtr> ThumbnailFocused { get; set; }
Action<IntPtr> ThumbnailLostFocus { get; set; }
Action<IntPtr> ThumbnailActivated { get; set; }
Action<IntPtr> ThumbnailDeactivated { get; set; }
}
}