INTASKBAR Property


PLBCMP GUI Only

 

The INTASKBAR property forces a top-level window onto the taskbar. The property uses the following format:

 

INTASKBAR={value}

Note the following:

  1. INTASKBAR may be used in CREATE, or GETPROP statements of a WINDOW object.

  2. This property is only used when the window is visible and the WINBORDER property is $FIXEDTOOL or $SIZABLETOOL. This property is ignored when the WINBORDER type is any other setting.

  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

    Forcing of the top level window onto the task bar is ...

    0

    $OFF

    disabled. (default)

    1

    $ON

    enabled.

     

  5. 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 INPUTTYPE Property INTEGERDIGITS Property