CheckBox Interface

Represents a single check box form field.

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

Syntax

'Declaration
<GuidAttribute("00020926-0000-0000-C000-000000000046")> _
Public Interface CheckBox
'Usage
Dim instance As CheckBox
[GuidAttribute("00020926-0000-0000-C000-000000000046")]
public interface CheckBox

Remarks

Use FormFields(index), where index is index number or the bookmark name associated with the check box, to return a single FormField object. Use the CheckBox property with the FormField object to return a CheckBox object.

The index number represents the position of the form field in the FormFields collection.

Use the Add method with the FormFields object to add a check box form field.

See Also

Reference

CheckBox Members

Microsoft.Office.Interop.Word Namespace