Share via


ComboBox.MaxLength Property

maxLength.Represents the attribte in schema: maxLength

Namespace:  DocumentFormat.OpenXml.Office.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "maxLength")> _
Public Property MaxLength As IntegerValue
    Get
    Set
'Usage
Dim instance As ComboBox
Dim value As IntegerValue

value = instance.MaxLength

instance.MaxLength = value
[SchemaAttrAttribute(, "maxLength")]
public IntegerValue MaxLength { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue

See Also

Reference

ComboBox Class

ComboBox Members

DocumentFormat.OpenXml.Office.CustomUI Namespace