FormField.CheckBox Property 

Returns a CheckBox object that represents a check box form field.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim formField1 As FormField

Dim returnValue As CheckBox
returnValue = formField1.CheckBox

Syntax

ReadOnly Property CheckBox() As CheckBox
CheckBox CheckBox {get;}
property CheckBox^ CheckBox{
    CheckBox^ get();
}
public CheckBox get_CheckBox();
function get CheckBox() : CheckBox;

Remarks

If the CheckBox property is applied to a FormField object that isn't a check box form field, the property won't fail, but the Valid property for the returned object will be False.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

FormField Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

FormField Members