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:

  1. HOTTRACK may be used in CREATE, SETPROP, or GETPROP statements of a LISTVIEW or TREEVIEW object.

  2. 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.

  3. 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.

  4. {value} is a decimal number, a Numeric Variable, an Expression or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  5.  

    Value

    Keyword

    Hot tracking is ...

    0

    $OFF

    disabled (default).

    1

    $ON

    enabled.

     

  6. TABCONTROLs implement hot tracking not as a property but by using the SetStyle method. (9.4C)

  7. This property is not available when using the PL/B Web Server.

 

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference HOSTNAME Property HOVERSEL Property