ui/winui/MainWindow.idl@b8277deb75b8
ui/winui/MainWindow.idl
Wed, 27 Nov 2024 18:46:45 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 27 Nov 2024 18:46:45 +0100
- branch
- newapi
- changeset 395
- b8277deb75b8
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
remove global menu observer when destroying a window
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}