ui/winui/MainWindow.idl@67da3f795226
ui/winui/MainWindow.idl
Fri, 03 Oct 2025 11:16:24 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 03 Oct 2025 11:16:24 +0200
- changeset 790
- 67da3f795226
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add API for setting the window splitview and implement position autosave
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}