Member variable XbpActiveXControl():controlFlags Foundation
Information about type and capabilities of the ActiveX control
After :create() was called, the instance variable :controlFlags contains a numeric value with information about the type and capabilities of ActiveX control created.
The value stored in :controlFlags is a combination of the following contants defined in ACTIVEX.CH.
Constant | Description |
---|---|
OLECTRL_ONLYICONIC | Visual representation is an icon |
OLECTRL_INSERTNOTREPLACE *) | Object replaces current selection |
OLECTRL_INSIDEOUT | Control is self-contained, eg. without menus |
OLECTRL_RENDERINGISDEVICEINDEPENDENT | Object can display itself on all devices |
OLECTRL_INVISIBLEATRUNTIME | No visual representation unless in Design Mode |
OLECTRL_ACTSLIKEBUTTON | Control behaves like a push button control |
OLECTRL_ACTSLIKELABEL | Control behaves like a static label control |
OLECTRL_NOUIACTIVATE | Control cannot be activated |
OLECTRL_SIMPLEFRAME *) | Control is a container for other controls |
OLECTRL_WANTSTOMENUMERGE *) | Control can merge its menus with that of the container |
OLECTRL_SUPPORTSMULTILEVELUNDO *) | Control supports multi-level undo operations |
|
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.