CheckBox Object Members

Word Developer Reference

Represents a single check box form field.

Properties

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