PARTIALPUSH Property


PLBCMP GUI Only

 

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

PARTIALPUSH={value}

Note the following:

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

  2. When the PARTIALPUSH property is enabled, the button appears to have its face grayed. This appearance is different from the dimmed appearance when disabled since the PARTIALPUSH appearance gives a haze to the entire button face.

  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

    Button appearance modification is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

 

 

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

 



PL/B Language Reference PARENTWIN Property PASSWORD Property