ui/winui/MainWindow.idl@5fde0356b66a
ui/winui/MainWindow.idl
Sun, 23 Feb 2025 14:55:23 +0100
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sun, 23 Feb 2025 14:55:23 +0100
- changeset 473
- 5fde0356b66a
- parent 205
-
b1ac0dd1d38b
- permissions
- -rw-r--r--
fix wrong selection in list onactivate event, when the item was pre-selected
// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.
namespace winui
{
[default_interface]
runtimeclass MainWindow : Microsoft.UI.Xaml.Window
{
MainWindow();
Int32 MyProperty;
}
}