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:
Link ScreenTips with actions assigned to one or more hinted controls (ScreenTipActionLinks);
Link ScreenTips directly with hinted controls (ScreenTipLinks).
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
See Also