'Declaration <DefaultValueAttribute(null)> <CategoryAttribute("Value")> <DescriptionAttribute("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")> <RefreshPropertiesAttribute(Repaint)> Public Overrides Property SelectedItemIndexes As System.Int32[]
[DefaultValue(null)] [Category("Value")] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] [RefreshProperties(Repaint)] public override System.Int32[] SelectedItemIndexes { get; set; }
[DefaultValue(null)] [Category("Value")] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] [RefreshProperties(Repaint)] public: __property System.Int32[] get_SelectedItemIndexes(); override; public: __property void set_SelectedItemIndexes(
System.Int32[]* value
); override;
[DefaultValue(null)] [Category("Value")] [Description("Array of integer values, sorted in ascending order, representing the zero-based indices in the Items collection of the currently selected option items.")] [RefreshProperties(Repaint)] public:
property System.Int32[] SelectedItemIndexes { System.Int32[] get() override;; void set(array<System.Int32>^ value) override;; }
Property Value
Для полей, допускающих множественный выбор (IsMultiSelect установлено значение true), массив целых чисел, отсортированы в порядке возрастания и представляют индексы, отсчитываемые от нуля, в массиве Items выбранных в данный момент элементов параметров.