Back to Devexpress

TdxModifierKeys Type

vcl-cxcontrols-428da31d.md

latest874 B
Original Source

TdxModifierKeys Type

The set of modifier keys used as a keystroke component.

Declaration

delphi
TdxModifierKeys = set of TdxModifierKey;

Referenced Class

TypeDescription
TdxModifierKey

The set of modifier keys in any combination.

|

Remarks

The following public API members reference the TdxModifierKeys type:

TdxChartMouseAction.ModifierKeysSpecifies modifier keys required to execute the mouse action in addition to the active mouse button.TdxChartMouseWheelAction.ModifierKeysSpecifies modifier keys required to execute the mouse action in addition to mouse wheel rotation. See Also

cxControls Unit