dxBarHintWindowClass Variable
Specifies a reference to the active hint window class.
Declaration
var dxBarHintWindowClass: TdxBarHintWindowClass = TdxBarHintWindow;
Variable Value
| Type | Description |
|---|---|
| TdxBarHintWindowClass | The reference to the active hint window class. |
Remarks
To display custom hints for toolbar items in your applications, derive a custom class from TdxBarHintWindow and assign a reference to it to the dxBarHintWindowClass global variable.
See Also