CheckBox Object Members
Word Developer Reference |
Represents a single check box form field.
Properties
Name | Description | |
---|---|---|
Application | Returns an 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. Read/write Boolean. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
Default | Returns or sets the default check box value. True if the default value is checked. Read/write Boolean. | |
Parent | Returns an Object that represents the parent object of the specified CheckBox object. | |
Size | Returns or sets the size of a check box, in points. Read/write Single. | |
Valid | True if the specified form field object is a valid check box form field. Read-only Boolean. | |
Value | True if the check box is selected. Read/write Boolean. |