ControlSite.InlineShape Property

Definition

Gets the underlying InlineShape of the ControlSite.

public:
 property Microsoft::Office::Interop::Word::InlineShape ^ InlineShape { Microsoft::Office::Interop::Word::InlineShape ^ get(); };
public Microsoft.Office.Interop.Word.InlineShape InlineShape { get; }
member this.InlineShape : Microsoft.Office.Interop.Word.InlineShape
Public ReadOnly Property InlineShape As InlineShape

Property Value

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 null.

Applies to