Skip to main content
All docs
V25.1
  • ThemedWindowOptions.SetAllowSystemMenu(DependencyObject, Boolean) Method

    Sets the value of the ThemedWindowOptions.AllowSystemMenu attached property to the specified ThemedWindowOptions.

    Namespace: DevExpress.Xpf.Core.Native

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void SetAllowSystemMenu(
        DependencyObject element,
        bool value
    )

    Parameters

    Name Type Description
    element DependencyObject

    An associated object.

    value Boolean

    The AllowSystemMenu property value.

    See Also