ControlSite Interface
Represents a linked or embedded control on a document.
Assembly: Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)
| Name | Description | |
|---|---|---|
![]() | AltHTML | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | Automation | This API supports the product infrastructure and is not intended to be used directly from your code. |
![]() | Height | Gets or sets the height, in points, of the ControlSite. |
![]() | InlineShape | Gets the underlying InlineShape of the ControlSite. |
![]() | Left | Gets or sets the distance, in points, from the left edge of the ControlSite to the left edge of the document. |
![]() | Name | Gets or sets the name of the ControlSite. |
![]() | Shape | Gets the underlying Shape of the ControlSite. |
![]() | Top | Gets or sets the distance, in points, from the top edge of the ControlSite to the top of the document. |
![]() | Width | Gets or sets the width, in points, of the ControlSite. |
| Name | Description | |
|---|---|---|
![]() | Activate() | Activates the ControlSite. |
![]() | Copy() | Copies the ControlSite to the Clipboard. |
![]() | Cut() | Cuts the ControlSite to the Clipboard. |
![]() | Delete() | Deletes the ControlSite. |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Select() | Selects the ControlSite. |
A ControlSite is returned when you use the AddControl method to add a control to a document. For more information, see Adding Controls to Office Documents at Run Time.
Note |
|---|
This interface is implemented by the Visual Studio Tools for Office runtime. It is not intended to be implemented in your code. For more information, see Visual Studio Tools for Office Runtime Overview. |


