TcxCustomHintStyleController.HintStyle Property
Provides access to the active hint style settings.
Declaration
property HintStyle: TcxCustomHintStyle read; write;
Property Value
Type | Description |
---|---|
TcxCustomHintStyle | The active hint style. |
Remarks
The HintStyle
property provides access to a TcxHintStyle or TcxScreenTipStyle class instance, depending on the HintStyleClassName property value. Cast the HintStyle
property to the corresponding hint style class to access all style-specific API members.
Use the HintStyleClassName property to switch between hint styles in code. Alternatively, you can switch between styles in the Object Inspector:
Style Name | Style Class | Description |
---|---|---|
Advanced Hint |
TcxHintStyle | An advanced hint with support for BBCode-inspired tags. |
ScreenTip |
TdxScreenTipStyle | A simple screentip. |
See Also