VScrollBar.InlineShape Property

Definition

Gets the underlying InlineShape of the VScrollBar.

public Microsoft.Office.Interop.Word.InlineShape InlineShape { get; }

Property Value

InlineShape

The underlying InlineShape of the VScrollBar.

Remarks

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