StatusStripArray.GetIndex(StatusStrip) Método
Definição
Obtém o índice de um StatusStrip em um StatusStripArray.Gets the index of a StatusStrip in a StatusStripArray.
public:
short GetIndex(System::Windows::Forms::StatusStrip ^ o);
public short GetIndex (System.Windows.Forms.StatusStrip o);
member this.GetIndex : System.Windows.Forms.StatusStrip -> int16
Public Function GetIndex (o As StatusStrip) As Short
Parâmetros
Um StatusStrip na matriz de controle.A StatusStrip in the control array.
Retornos
Um Short que representa o índice do StatusStrip especificado.A Short that represents the index of the specified StatusStrip.
Comentários
Esse método pode ser usado para recuperar o índice para o especificado StatusStrip .This method can be used to retrieve the index for the specified StatusStrip.
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.