Shapes.AddOLEControl(Object, Object, Object, Object, Object, Object) Method

Definition

Creates an ActiveX control (formerly known as an OLE control). Returns the Shape object that represents the new ActiveX control.

public Microsoft.Office.Interop.Word.Shape AddOLEControl (ref object ClassType, ref object Left, ref object Top, ref object Width, ref object Height, ref object Anchor);
abstract member AddOLEControl : obj * obj * obj * obj * obj * obj -> Microsoft.Office.Interop.Word.Shape
Public Function AddOLEControl (Optional ByRef ClassType As Object, Optional ByRef Left As Object, Optional ByRef Top As Object, Optional ByRef Width As Object, Optional ByRef Height As Object, Optional ByRef Anchor As Object) As Shape

Parameters

ClassType
Object

Optional Object. The programmatic identifier for the ActiveX control to be created.

Left
Object

Optional Object. The position (in points) of the left edge of the new object relative to the anchor.

Top
Object

Optional Object. The position (in points) of the upper edge of the new object relative to the anchor.

Width
Object

Optional Object. The width of the ActiveX control, in points.

Height
Object

Optional Object.The height of the ActiveX control, in points.

Anchor
Object

Optional Object. The range to which the ActiveX control is bound. If Anchor is specified, the anchor is positioned at the beginning of the first paragraph in the anchoring range. If this argument is omitted, however, the anchor is placed automatically and the ActiveX control is positioned relative to the top and left edges of the page.

Returns

Applies to