ProgressBarArray.SetIndex(ProgressBar, Int16) Método

Definição

Define o índice do ProgressBar inicial em um ProgressBarArray.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)

Parâmetros

o
ProgressBar

Um ProgressBar na matriz de controle.A ProgressBar in the control array.

Index
Int16

Um Short que representa o índice do ProgressBar especificado.A Short that represents the index of the specified ProgressBar.

Comentários

O método SetIndex só deve ser chamado quando você está criando o elemento inicial na matriz de controle.The SetIndex method should only be called when you are creating the initial element in the control array. Para adicionar elementos subsequentes, chame o método Load e especifique o Index.To add subsequent elements, call the Load method and specify the Index.

Observação

As funções e os objetos no namespace Microsoft.VisualBasic.Compatibility.VB6 são fornecidos para uso pelas ferramentas para atualização do Visual Basic 6.0 para o Visual Basic.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. Na maioria dos casos, essas funções e objetos duplicam a funcionalidade que é possível encontrar em outros namespaces no .NET FrameworkIn most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. Eles apenas são necessários quando o modelo de código do Visual Basic 6.0 difere significativamente da implementação do .NET Framework.They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Aplica-se a