Share via


NoNamespace.maxLength Field

Definition

Represents the maxLength XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: comboBox, editBox, comboBox, editBox, dataBar, dataBar.
  • corresponds to the following strongly-typed properties: BackstageEditBox.MaxLength, ComboBox.MaxLength, DataBar.MaxLength, EditBox.MaxLength.

Applies to