support UWT ActiveControl property on Window
This commit is contained in:
parent
c66dc34ef4
commit
97eb6dadd7
@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using MBS.Framework.UserInterface;
|
||||
|
||||
namespace UniversalEditor.UserInterface
|
||||
{
|
||||
@ -44,6 +45,8 @@ namespace UniversalEditor.UserInterface
|
||||
|
||||
Editor GetCurrentEditor();
|
||||
|
||||
Control ActiveControl { get; }
|
||||
|
||||
bool FullScreen { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user