HOVERSEL Property


PLBCMP GUI Only

 

The HOVERSEL property allows a LISTVIEW object to automatically select items when the cursor remains above them for a predefined amount of time. The property uses the following format:

 

HOVERSEL={value}

Note the following:

  1. The HOVERSEL property may be used in GETPROP, SETPROP, or CREATE statements of a LISTVIEW object.

  2. The amount of time required to select an item is defined by the HOVERTIME property.

  3. This property requires version of 4.70 or later of the Microsoft comctl32.dll.

  4. This property will only affect the operation of the LISTVIEW object when the VIEWSTYLE property is set to the $VIEWREPORT.

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

  6.  

    Value

    Keyword

    Automatic selection is ...

    0

    $OFF

    disabled (default).

    1

    $ON

    enabled.

     

  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 HOTTRACK Property HOVERTIME Property