'Declaration <RefreshPropertiesAttribute(Repaint)> <CategoryAttribute("Value")> <DefaultValueAttribute(null)> <DescriptionAttribute("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")> Public Overrides Property SelectedItemIndexes As System.Int32[]
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue(null)] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] public override System.Int32[] SelectedItemIndexes { get; set; }
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue(null)] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] public: __property System.Int32[] get_SelectedItemIndexes(); override; public: __property void set_SelectedItemIndexes(
System.Int32[]* value
); override;
[RefreshProperties(Repaint)] [Category("Value")] [DefaultValue(null)] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] public:
property System.Int32[] SelectedItemIndexes { System.Int32[] get() override;; void set(array<System.Int32>^ value) override;; }
Property Value
For fields that allow multiple selection (IsMultiSelect is set to true), an array of integers, sorted in ascending order, representing the zero-based indices in the Items array of the currently selected option items.