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)

No code example is currently available or this language may not be supported.

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.

Show: