mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 20:41:37 +02:00
Docs: LCL/comctrls. Updates TCustomTreeView.HotTrack to describe underline text drawn on a hovered tree node.
This commit is contained in:
parent
68bef43532
commit
7613e28ec0
@ -35809,7 +35809,9 @@ the mouse is hovered over it.
|
|||||||
<descr>
|
<descr>
|
||||||
<p>
|
<p>
|
||||||
<var>HotTrack</var> is a <var>Boolean</var> property which controls whether a
|
<var>HotTrack</var> is a <var>Boolean</var> property which controls whether a
|
||||||
hot-tracking highlight is drawn for the tree node under the mouse cursor. The
|
hot-tracking highlight is drawn for the tree node under the mouse cursor. When
|
||||||
|
enabled, the text for the hovered tree node is drawn using an underline
|
||||||
|
drawing style and the optional HotTrackColor defined for the control. The
|
||||||
default value for the property is <b>False</b> and disables hot-track
|
default value for the property is <b>False</b> and disables hot-track
|
||||||
highlighting on the control.
|
highlighting on the control.
|
||||||
</p>
|
</p>
|
||||||
@ -35829,14 +35831,13 @@ hot-tracked tree node.
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
<link id="TCustomTreeView.HotTrackColor"/>
|
||||||
<link id="TCustomTreeView.Options"/>
|
<link id="TCustomTreeView.Options"/>
|
||||||
<link id="TCustomTreeView.MouseMove"/>
|
<link id="TCustomTreeView.MouseMove"/>
|
||||||
<link id="TCustomTreeView.MouseLeave"/>
|
<link id="TCustomTreeView.MouseLeave"/>
|
||||||
<link id="TCustomTreeView.DoPaintNode"/>
|
<link id="TCustomTreeView.DoPaintNode"/>
|
||||||
<link id="TCustomTreeView.DoPaint"/>
|
|
||||||
<link id="TTreeViewOption"/>
|
<link id="TTreeViewOption"/>
|
||||||
<link id="TTreeViewOptions"/>
|
<link id="TTreeViewOptions"/>
|
||||||
<link id="#lcl.comctrls.TCustomListview.HotTrack">TCustomListView.HotTrack</link>
|
|
||||||
</seealso>
|
</seealso>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user