ProgressBarArray.SetIndex(ProgressBar, Int16) Method

Definition

Sets the index of the initial ProgressBar in a ProgressBarArray.

public:
 void SetIndex(System::Windows::Forms::ProgressBar ^ o, short Index);
public void SetIndex (System.Windows.Forms.ProgressBar o, short Index);
member this.SetIndex : System.Windows.Forms.ProgressBar * int16 -> unit
Public Sub SetIndex (o As ProgressBar, Index As Short)

Parameters

o
ProgressBar

A ProgressBar in the control array.

Index
Int16

A Short that represents the index of the specified ProgressBar.

Remarks

The SetIndex method should only be called when you are creating the initial element in the control array. To add subsequent elements, call the Load method and specify the Index.

Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Applies to