VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / IsMultiSelect Property
Syntax Requirements SeeAlso
In This Topic
IsMultiSelect Property (PdfInteractiveFormListBoxField)
In This Topic
Gets or sets a value indicating whether more than one of the field's option items may be selected simultaneously.
Syntax
'Declaration

<DescriptionAttribute("A value indicating whether more than one of the field's option items may be selected simultaneously.")>
<DefaultValueAttribute(False)>
<CategoryAttribute("Common")>
Public Property IsMultiSelect As Boolean

[Description("A value indicating whether more than one of the field's option items may be selected simultaneously.")]
[DefaultValue(False)]
[Category("Common")]
public bool IsMultiSelect { get; set; }

Property Value

true - more than one of the field's option items may be selected simultaneously; false - no more than one item at a time may be selected.

Value of this property is a part of inheritable flag group.
Property value is taken from the field flags if at least one flag is specified explicitly.
Property value is taken from the field flags of the field parent in the field hierarchy if not one flag is specified explicitly.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also