Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxScreenTipStyle Class

Contains style settings for ScreenTips controlled by the TcxHintStyleController component.

#Declaration

Delphi
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