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:
INTASKBAR may be used in CREATE, or GETPROP statements of a WINDOW object.
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.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
Forcing of the top level window onto the task bar is ... |
|
0 |
$OFF |
disabled. (default) |
|
1 |
$ON |
enabled. |
This property is not available when using the PL/B Web Server.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |