Skip to main content
All docs
V25.1
  • TdxModifierKeys Type

    The set of modifier keys used as a keystroke component.

    Declaration

    TdxModifierKeys = set of TdxModifierKey;

    Referenced Class

    Type Description
    TdxModifierKey

    The set of modifier keys in any combination.

    Remarks

    The following public API members reference the TdxModifierKeys type:

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