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

InputController.AreModifiersPressed Property

Gets a value indicating whether or not key modifies (CTRL, SHIFT, ALT, WIN) are pressed.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public static bool AreModifiersPressed { get; }

Property Value

Type Description
Boolean

true if the modifiers are pressed; otherwise false.

See Also