NumericUpDownAccelerationCollection.Item[Int32] Vlastnost

Definice

Získá zadanou hodnotu indexu 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

Parametry

index
Int32

Index založený na nule, který NumericUpDownAcceleration se má z kolekce získat.

Hodnota vlastnosti

Se NumericUpDownAcceleration zadaným indexem.

Platí pro