PUSHLIKE Property


PLBCMP GUI Only, 9.6

 

The PUSHLIKE property causes a CHECKBOX or RADIO object to look and act like a push button. The property uses the following format:

 

PUSHLIKE={value}

Note the following:

  1. PUSHLIKE may be used in CREATE, SETPROP, or GETPROP statements of a CHECKBOX or RADIO object.

  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

    The Push-Like appearance is...

    0

    $OFF

    disabled.

    1

    $ON

    enabled (default)

     

  4. The push like button appears to be raised when it is not pushed or checked. It appears to be sunken when it is pushed or checked.

  5. This property requres the use of ComCtrl32 version 6 or later.

  6. This property is not supported when using the PL/B Web Server.

 

 

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

 



PL/B Language Reference PUSHED Property READONLY Property