ShowHints: Boolean;
ShowHints: boolean;
The ShowHints property determines whether tooltips appear on pointing the mouse on component elements.
Available values of the parameter:
True. Default. Tooltips appear on pointing the mouse on elements.
Flase. Tooltips do not appear on pointing the mouse on elements.
The property use is given in the example for IDimensionViewerBase.ShowLines.
See also: