SHARING INFORMATION WITH OTHER APPLICATIONS


Modifying an OLE object or ActiveX custom control using Notes properties
With 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. 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.

1. With the document in Edit mode, click the OLE object or ActiveX control object. A new menu title that reflects the application type will appear on the Notes main menu bar. For example, if the object is a Lotus 1-2-3 OLE object, the menu title will be Workbook.

2. From the main menu bar, choose new menu title - Edit Properties.


3. (Optional) To display a categorized listing of all the object's properties (Notes Properties followed by any other properties the object may have), click the Categorized button.

4. Double-click an item listed under the Property Value heading and enter your new value. Continue selecting and modifying values to the Notes Properties as needed.


5. Click anywhere outside the object to exit Properties.

The table that follows describes the Notes properties.
Notes propertyDescription
ClassThe ProgID of the embedded object. This property cannot be changed.
DisplayAs (OLE objects only)The display format of the embedded object.
HeightThe height of the embedded object expressed in pixels.
NameThe name of the embedded object.
SizeToWindowAllows the embedded object to take over the entire document window when activated.
WidthThe 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