Skip to main content
A newer version of this page is available. .
Bar

BarManager.GetMenuShowMouseButton(UIElement) Method

Gets the BarManager.MenuShowMouseButton attached property’s value from a given object.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public static ButtonSwitcher GetMenuShowMouseButton(
    UIElement element
)

Parameters

Name Type Description
element UIElement

An UIElement whose BarManager.MenuShowMouseButton property’s value must be returned.

Returns

Type Description
ButtonSwitcher

The BarManager.MenuShowMouseButton attached property’s value for a specified object.

See Also