CheckBox.Shape Property

Gets the underlying Shape of the CheckBox.

Namespace:  Microsoft.Office.Tools.Word.Controls
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

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

Property Value

Type: Shape
The underlying Shape of the CheckBox.

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 nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

CheckBox Class

Microsoft.Office.Tools.Word.Controls Namespace