PUSHED Property


9.0E, PLBCMP GUI Only

 

The PUSHED property allows a TOOLBUTTON in a TOOLBAR to alter its appearance when pushed. The property uses the following format:

PUSHED={value}

Note the following:

  1. PUSHED may be used in GETPROP or SETPROP statements of a TOOLBUTTON object.

  2. When the PUSHED property is enabled, the toolbar button appears sunken or inset relative to the other buttons.

  3. If the TOOLBUTTON is a member of a toggle group, any tool buttons in the group are released before setting the button to a pushed down state.

  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

    Button appearance modification is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference PRINTER Property PUSHLIKE Property