Click to Rate and Give Feedback
MSDN
MSDN Library
Office Development
Office 2003
FormField Interface
 CheckBox Property
Collapse All/Expand All Collapse All
Other versions are also available for the following:
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)

Visual Basic
Dim formField1 AsDim returnValue As
    
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;

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 2000

Target Platforms

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker