mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Some fixed for not getting windows to focus/to front which were inspired by FEATURE-992. [skip ci]
This commit is contained in:
parent
b92d79ed39
commit
5a1a4737ec
8 changed files with 51 additions and 9 deletions
|
@ -289,7 +289,9 @@ namespace Greenshot.Interop.Office {
|
|||
}
|
||||
}
|
||||
|
||||
// See: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.inspector_members.aspx
|
||||
/// <summary>
|
||||
/// See: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.inspector_members.aspx
|
||||
/// </summary>
|
||||
public interface IInspector : ICommonExplorer {
|
||||
IItem CurrentItem {
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue