ui/winui/MainWindow.idl

Sat, 04 Oct 2025 14:43:18 +0200

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sat, 04 Oct 2025 14:43:18 +0200
changeset 797
47008843b468
parent 205
b1ac0dd1d38b
permissions
-rw-r--r--

fix global menu list binding

// Copyright (c) Microsoft Corporation and Contributors.
// Licensed under the MIT License.

namespace winui
{
    [default_interface]
    runtimeclass MainWindow : Microsoft.UI.Xaml.Window
    {
        MainWindow();
        Int32 MyProperty;
    }
}

mercurial