Skip to main content

ControlBase.GetCanProcessMnemonic(Control) Method

Returns the value of the control’s CanProcessMnemonic property, if this property exists.

Namespace: DevExpress.Utils.Controls

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static bool GetCanProcessMnemonic(
    Control control
)

Parameters

Name Type Description
control Control

The control whose CanProcessMnemonic property value is returned.

Returns

Type Description
Boolean

The value of the control’s CanProcessMnemonic property. true if the property doesn’t exist.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also