ui/winui/MainWindow.idl@f9976b83795c
ui/winui/MainWindow.idl
Fri, 23 Jan 2026 16:13:42 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Fri, 23 Jan 2026 16:13:42 +0100
- changeset 1053
- f9976b83795c
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
implement hide_header arg (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;
}
}