Back to Devexpress

TdxScreenTipStyle Class

vcl-dxscreentip-36790f8d.md

latest1.6 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomHintStyle TdxScreenTipStyle

See Also

TdxScreenTipStyle Members

dxScreenTip Unit