How can I modify an OLE object or ActiveX custom control using Notes properties?
With HCL Notes® properties, you can modify an embedded OLE object or ActiveX custom control to make it more useful to you. For example, by editing the Width property, you could widen an Excel spreadsheet to display more information on your screen.
About this task
Notes lets you modify these properties in the programmer's pane. Notes properties are those properties Notes maintains on the embedded OLE object or ActiveX control. In addition, an ActiveX control object may have other properties, native to its application, some of which may not be editable. For a description of a control object's other properties, refer to its source documentation.
Procedure
Results
The table that follows describes the Notes properties.
Notes property |
Description |
---|---|
Class |
The ProgID of the embedded object. This property cannot be changed. |
DisplayAs (OLE objects only) |
The display format of the embedded object. |
Height |
The height of the embedded object expressed in pixels. |
Name |
The name of the embedded object. |
SizeToWindow |
Allows the embedded object to take over the entire document window when activated. |
Width |
The width of the embedded object expressed in pixels. |
SizeBelowFields (ActiveX control objects only) |
The control expands to fill the area below a layout region |
RunReadOnly (ActiveX control objects only) |
Allows control to activate and run in read mode |