ui/winui/MainWindow.idl@6c1fc70cd1c8
ui/winui/MainWindow.idl
Wed, 03 Sep 2025 17:48:46 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Wed, 03 Sep 2025 17:48:46 +0200
- changeset 748
- 6c1fc70cd1c8
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
add ui_sourcelist_args_set_contextmenu
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}