ui/winui/MainWindow.idl@81c4f73236a4
ui/winui/MainWindow.idl
Sat, 04 Oct 2025 14:54:25 +0200
- author
- Olaf Wintermann <olaf.wintermann@gmail.com>
- date
- Sat, 04 Oct 2025 14:54:25 +0200
- changeset 111
- 81c4f73236a4
- parent 0
-
2483f517c562
- permissions
- -rw-r--r--
fix missing textarea fill property in the resoureviewer 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;
}
}