Skip to main content

TdxScreenTipStyle Class

Contains style settings for ScreenTips controlled by the TcxHintStyleController component.

Declaration

TdxScreenTipStyle = class(
    TcxCustomHintStyle
)

Remarks

This class extends its ancestor class with the collection properties that allow you to:

At runtime, the TcxHintStyleController component uses the links you provided using these collection properties to associate ScreenTips with certain hinted controls.

The TdxScreenTipStyle object is referenced by the hint style controller’s HintStyle property.

See Also