VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.InteractiveForms Namespace / PdfInteractiveFormListBoxField Class / SelectedItems Property
Syntax Remarks Requirements SeeAlso
In This Topic
SelectedItems Property (PdfInteractiveFormListBoxField)
In This Topic
Gets or sets a selected items of list box field.
Syntax
'Declaration

<DescriptionAttribute("A selected items of list box field.")>
<RefreshPropertiesAttribute(Repaint)>
<CategoryAttribute("Value")>
<DefaultValueAttribute(null)>
Public Property SelectedItems As System.String[]

[Description("A selected items of list box field.")]
[RefreshProperties(Repaint)]
[Category("Value")]
[DefaultValue(null)]
public System.String[] SelectedItems { get; set; }

Property Value

null if list box does NOT have selected items;
an array of values of the DisplayedValue property if list box has selected items.
Remarks

This property is inheritable.

This property should be used only if IsMultiSelect is set to true.

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