From 97eb6dadd7ed774851e7e73c5f51141090056fef Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 13 Nov 2019 10:44:01 -0500 Subject: [PATCH] support UWT ActiveControl property on Window --- .../UniversalEditor.UserInterface/IHostApplicationWindow.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs index 33aeaf9f..546d0741 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs @@ -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; } ///