Word Primary Interop Assembly Reference 
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

Visual Basic
Dim formField1 As FormField

Dim returnValue As CheckBox
returnValue = formField1.CheckBox
Syntax

Visual Basic
ReadOnly Property CheckBox() As CheckBox
C#
CheckBox CheckBox {get;}
C++
property CheckBox^ CheckBox{
	CheckBox^ get();
}
J#
public CheckBox get_CheckBox();
JScript
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

Tags :


Page view tracker