ControlSite.InlineShape Property

Gets the underlying InlineShape of the ControlSite.

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

Syntax

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

Property Value

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

Remarks

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

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

.NET Framework Security

See Also

Reference

ControlSite Interface

Microsoft.Office.Tools.Word Namespace