WINBORDER Property
PLBCMP GUI Only
The WINBORDER property specifies the type of border for the WINDOW. The property uses the following format:
WINBORDER={value}
Note the following:
WINBORDER may be used in CREATE or GETPROP statements of a WINDOW object.
{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 |
The window will have ... |
|
0 |
$NONE |
a default based on WINTYPE. |
|
1 |
$NOBORDER |
no border and no caption. |
|
2 |
$FIXEDSINGLE |
a single border that cannot be sized. |
|
3 |
$FIXED3D |
a 3D border that cannot be sized. |
|
4 |
$SIZABLE3D |
a 3D border that can be sized. |
|
5 |
$FIXEDDIALOG |
a double border and cannot be sized. |
|
6 |
$SIZABLE |
a single border that can be sized. |
|
7 |
$FIXEDTOOL |
a tool window that cannot be sized. |
|
8 |
$SIZABLETOOL |
a tool window that can be sized. |
The tool type borders are for windows intended as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar and the window title is drawn using a smaller font. A tool window does not appear in the taskbar or in the dialog that appears when the user presses ALT+TAB. If a tool window has a system menu, its icon is not displayed on the title bar. However, you can display the system menu by right-clicking or by typing ALT+SPACE.
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |