Skip to main content
All docs
V24.1

ThemedWindowOptions.GetAllowSystemMenu(DependencyObject) Method

Gets the value of the ThemedWindowOptions.AllowSystemMenu attached property for the specified ThemedWindowOptions.

Namespace: DevExpress.Xpf.Core.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetAllowSystemMenu(
    DependencyObject element
)

Parameters

Name Type Description
element DependencyObject

An associated object.

Returns

Type Description
Boolean

The AllowSystemMenu property value.

See Also