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)

Usage

Public Class heckBoxImplementation
    Implements CheckBox
End Class
Dim heckBoxImplementation1 As New heckBoxImplementation()

Syntax

Public Interface CheckBox
public interface CheckBox
public interface class CheckBox
public interface CheckBox
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

CheckBox Members