'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 Overridable 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 virtual 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 virtual System.Int32[] get_SelectedItemIndexes(); public: __property virtual void set_SelectedItemIndexes(
System.Int32[]* value
);
[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:
virtual property System.Int32[] SelectedItemIndexes { System.Int32[] get(); void set(array<System.Int32>^ value); }