Share via


W.checkBox Field

Definition

Represents the w:checkBox XML element.

public static readonly System.Xml.Linq.XName checkBox;
 staticval mutable checkBox : System.Xml.Linq.XName
Public Shared ReadOnly checkBox As XName 

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: ffData.
  • has the following child XML elements: checked, default, size, sizeAuto.
  • corresponds to the following strongly-typed classes: CheckBox.

Applies to