NumericUpDownAccelerationCollection.Item[Int32] Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Получает NumericUpDownAcceleration по заданному номеру индексу.
public:
property System::Windows::Forms::NumericUpDownAcceleration ^ default[int] { System::Windows::Forms::NumericUpDownAcceleration ^ get(int index); };
public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get; }
member this.Item(int) : System.Windows.Forms.NumericUpDownAcceleration
Default Public ReadOnly Property Item(index As Integer) As NumericUpDownAcceleration
Параметры
- index
- Int32
Индекс объекта (отсчитываемый с нуля) NumericUpDownAcceleration, возвращаемого из коллекции.
Значение свойства
Объект NumericUpDownAcceleration с заданным индексом.