TcxCustomHintStyleController.HintStyleClassName Property
Specifies the name of the active hint style settings class.
Declaration
property HintStyleClassName: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The name of the active hint style settings class. |
Remarks
Use the HintStyleClassName property to switch between available hint styles in code. The following options are available:
| Value | Style Class | Description |
|---|---|---|
'TcxHintStyle' |
TcxHintStyle | An advanced hint with support for BBCode-inspired tags. |
'TdxScreenTipStyle' |
TdxScreenTipStyle | A simple screentip. |
Alternatively, you can switch between hint styles at design time in the Object Inspector:

The HintStyle property provides access to the selected hint style’s settings.
Note
A HintStyleClassName property value change raises the OnHintStyleChanged event.
See Also