TdxStatusBarSimplePanelStyle.AutoHint Property
Specifies whether the panel displays hint texts of hot-tracked controls.
Declaration
property AutoHint: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
The property’s functionality is similar to that provided by the AutoHint property of the standard text panel. Refer to the TdxStatusBarTextPanelStyle.AutoHint topic to learn more.
The default value of the AutoHint property is False.
See Also