FormField.CheckBox Property
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.
Returns a CheckBox object that represents a check box form field.
public:
property Microsoft::Office::Interop::Word::CheckBox ^ CheckBox { Microsoft::Office::Interop::Word::CheckBox ^ get(); };
public Microsoft.Office.Interop.Word.CheckBox CheckBox { get; }
member this.CheckBox : Microsoft.Office.Interop.Word.CheckBox
Public ReadOnly Property CheckBox As CheckBox
Property Value
Remarks
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.