DISPLAYTYPE Property
PLBCMP GUI Only
The DISPLAYTYPE property specifies how the OLE insertable object is drawn within an OLE CONTAINER object. The property uses the following format:
DISPLAYTYPE={value}
Note the following:
DISPLAYTYPE may be used in CREATE, SETPROP, or GETPROP statements of a CONTAINER 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 |
Meaning ... |
|
1 |
$DISPTYPECONTENT |
The content of a OLE insertable object is shown. (default) |
|
2 |
$DISPTYPEICON |
The OLE insertable object is shown as an icon. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |