HScrollBar.Shape Property

Definition

Gets the underlying Shape of the HScrollBar.

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

Property Value

Shape

The underlying Shape of the HScrollBar.

Remarks

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

Applies to