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)
Dim formField1 As FormField
Dim returnValue As CheckBox
returnValue = formField1.CheckBox
ReadOnly Property CheckBox() As CheckBox
property CheckBox^ CheckBox{
CheckBox^ get();
}
public CheckBox get_CheckBox();
function get CheckBox() : CheckBox;
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000Target Platforms