'Declaration <DefaultValueAttribute("")> <CategoryAttribute("Value")> <DescriptionAttribute("Selected items of list box field.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> Public Property SelectedItems As String()
[DefaultValue("")] [Category("Value")] [Description("Selected items of list box field.")] [RefreshProperties(RefreshProperties.Repaint)] public string[] SelectedItems {get; set;}
[DefaultValue("")] [Category("Value")] [Description("Selected items of list box field.")] [RefreshProperties(RefreshProperties.Repaint)] public: __property string*[]* get_SelectedItems(); public: __property void set_SelectedItems( string*[][]* value );
[DefaultValue("")] [Category("Value")] [Description("Selected items of list box field.")] [RefreshProperties(RefreshProperties.Repaint)] public: property array<String^>^ SelectedItems { array<String^>^ get(); void set ( array<String^>^ value); }
Property Value
null if list box does NOT have selected items;an array of values of the PdfInteractiveFormChoiceFieldItem.DisplayedValue property if list box has selected items.