Skip to main content

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.v14.2.dll

#Declaration

public static bool AreModifiersPressed { get; }

#Property Value

Type Description
Boolean

true if the modifiers are pressed; otherwise false.

See Also