RIGHTBUTTON Property


PLBCMP GUI Only

 

The RIGHTBUTTON property specifies that a FLOATMENU item may be selected using the right mouse button. The property uses the following format:

RIGHTBUTTON[={value}]

Note the following:

  1. RIGHTBUTTON may be used in CREATE, SETPROP, or GETPROP statements of a FLOATMENU object.

  2. If the RIGHTBUTTON property is specified without an assignment, the action is the same as if RIGHTBUTTON=1 were given.

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

  4.  

    Value

    Keyword

    The right mouse button is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference RIGHT Property RIGHTMARGIN Property