FontDialogArray.SetIndex(FontDialog, Int16) Método
Definição
Define o índice do FontDialog inicial em um FontDialogArray.Sets the index of the initial FontDialog in a FontDialogArray.
public:
void SetIndex(System::Windows::Forms::FontDialog ^ o, short Index);
public void SetIndex (System.Windows.Forms.FontDialog o, short Index);
member this.SetIndex : System.Windows.Forms.FontDialog * int16 -> unit
Public Sub SetIndex (o As FontDialog, Index As Short)
Parâmetros
Um FontDialog na matriz de controle.A FontDialog in the control array.
- Index
- Int16
Um Short que representa o índice do FontDialog especificado.A Short that represents the index of the specified FontDialog.
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.