ui/winui/MainWindow.idl@8185cd761897
ui/winui/MainWindow.idl
Wed, 08 Oct 2025 16:09:54 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 08 Oct 2025 16:09:54 +0200
- changeset 818
- 8185cd761897
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement box container (win32)
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}