HOTTRACK Property
PLBCMP GUI Only
The HOTTRACK property enables hot tracking in a LISTVIEW or TREEVIEW object. Hot tracking underlines the text of a selected item. The property uses the following format:
HOTTRACK={value}
Note the following:
HOTTRACK may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or TREEVIEW object.
This property will not take affect unless a Microsoft file version of 4.71 or later of comctl32.dll is installed on a given workstation.
This property will only affect the operation of the LISTVIEW object when the VIEWSTYLE property is set to $VIEWREPORT and the ACTIVATE property is set to $ONECLICK or $TWOCLICK.
{value} is a decimal number, a Numeric Variable, an Expression or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Hot tracking is ... |
|
0 |
$OFF |
disabled (default). |
|
1 |
$ON |
enabled. |
TABCONTROLs implement hot tracking not as a property but by using the SetStyle method. (9.4C)
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |