HIDESEL Property


PLBCMP GUI Only

 

The HIDESEL property indicates whether the selected item should still be shown as selected when the object loses focus. The property uses the following format:

 

HIDESEL={value}

Note the following:

  1. HIDESEL may be used in CREATE, SETPROP, or GETPROP statements of LISTVIEW or TREEVIEW objects.

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

  3.  

    Value

    Keyword

    Selected item will appear ...

    0

    $OFF

    as normal text when focus is lost. (default)

    1

    $ON

    highlighted when focus is lost.

     

  4. 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 HIDECOLHDR Property HORZEXTENT Property