ListBox.Multiselect Property

Gets or Sets the multi select flag status of list box. If set, more than one of the field’s option items may be selected simultaneously; if clear, no more than one item at a time may be selected.

public bool Multiselect { get; set; }
Public Property Multiselect As Boolean

Property Value

Boolean

Licensing Info

This property is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ListBox
ceTe.DynamicPDF.PageElements.Forms

In this topic