TcxCustomHintStyleController Class
The base class for the hint style controller component.
Declaration
TcxCustomHintStyleController = class(
TcxCustomComponent,
IcxLookAndFeelContainer,
IdxSkinSupport
)
Remarks
The TcxCustomHintStyleController
class has members that allow you to do the following:
- Specify the hint controller’s scope in an application (Global).
- Customize general DevExpress look & feel settings (LookAndFeel).
- Show or hide a hint window (ShowHint and HideHint).
- Select the active hint style (HintStyleClassName).
- Customize the active hint style’s settings (HintStyle).
- Adjust hint hide and display pauses (HintHidePause, HintPause, and HintShortPause).
- Prevent certain hints from appearing (OnShowHintEx).
- Apply look & feel settings of the hint controller or the corresponding control to displayed hints (UseHintControlLookAndFeel).
Do not use the TcxCustomHintStyleController
class directly. Use its descendant instead.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TcxCustomHintStyleController
See Also