support UWT ActiveControl property on Window

This commit is contained in:
Michael Becker 2019-11-13 10:44:01 -05:00
parent c66dc34ef4
commit 97eb6dadd7
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -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>