diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs index ad6d82d6..5725052a 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/IHostApplicationWindow.cs @@ -30,6 +30,8 @@ namespace UniversalEditor.UserInterface void CloseFile(); void CloseWindow(); + bool FullScreen { get; set; } + /// /// Displays the "Options" dialog (on Windows, under the "Tools" menu; on Linux, under the "Edit" /// menu, labeled as "Preferences").