CheckBox Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single check box form field.
public interface class CheckBox
[System.Runtime.InteropServices.Guid("00020926-0000-0000-C000-000000000046")]
public interface CheckBox
type CheckBox = interface
Public Interface CheckBox
- Attributes
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(Range, WdFieldType) method with the FormFields object to add a check box form field.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
AutoSize |
True sizes the check box or text frame according to the font size of the surrounding text. False sizes the check box or text frame according to the Size property. |
Creator |
Returns a value that indicates the application in which the specified object was created. |
Default |
Returns or sets the default check box value. |
Parent |
Returns the parent object of the specified object. |
Size |
Returns or sets the size of the specified check box in points. |
Valid |
Returns a value that indicates if the specified form field object is a valid check box form field. |
Value |
Returns or sets a value that indicates if the check box is selected. |