ControlSite.Shape Property

Gets the underlying Shape of the ControlSite.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
ReadOnly Property Shape As Shape
Shape Shape { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Shape
The underlying Shape of the ControlSite.

Remarks

You can use the Shape property enables you get the exact position of the control on the document.

If the wrapping style of the control is set to In line with text, the Shape property returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ControlSite Interface

Microsoft.Office.Tools.Word Namespace