TcxCustomHintStyleController Members
The base class for the hint style controller component.Constructors
| Name | Description |
|---|---|
| Create(TComponent) | Inherited from TComponent. |
Properties
| Name | Description |
|---|---|
| ComObject | Inherited from TComponent. |
| ComponentCount | Inherited from TComponent. |
| ComponentIndex | Inherited from TComponent. |
| Components | Inherited from TComponent. |
| ComponentState | Inherited from TComponent. |
| ComponentStyle | Inherited from TComponent. |
| DesignInfo | Inherited from TComponent. |
| Global protected | Specifies whether the current hint controller’s style has a global effect within an application. |
| HintHidePause protected | Specifies the time interval during which the hint is displayed. |
| HintPause protected | Specifies the time interval before the hint is displayed. |
| HintShortPause protected | Specifies the time period passed before a hint is displayed if another hint has already been shown. |
| HintStyle | Provides access to the active hint style settings. |
| HintStyleClassName protected | Specifies the name of the active hint style settings class. |
| HintWindow | Provides access to a hint window. |
| LookAndFeel | Specifies the hint painting style. |
| LookAndFeelPainter | Provides access to the painter that corresponds to the currently used painting style. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Owner | Inherited from TComponent. |
| Tag | Inherited from TComponent. |
| UseHintControlLookAndFeel | Specifies whether to use the corresponding control’s look and feel. |
| VCLComObject | Inherited from TComponent. |
Methods
Events
| Name | Description |
|---|---|
| OnHintStyleChanged protected | Fires when any attributes referenced by the HintStyle property setting have been changed. |
| OnShowHint protected |
Deprecated. This event exists for backward compatibility only. Tip Handle the OnShowHintEx event instead of |
| OnShowHintEx protected | Fires before a hint is displayed. |
See Also