RadioButtonArray Classe

Definição

Cuidado

Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862

Fornece uma matriz de controle dos controles RadioButton.Provides a control array of RadioButton controls.

public ref class RadioButtonArray : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray, System::ComponentModel::IExtenderProvider
public class RadioButtonArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class RadioButtonArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
type RadioButtonArray = class
    inherit BaseControlArray
    interface IExtenderProvider
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type RadioButtonArray = class
    inherit BaseControlArray
    interface IExtenderProvider
Public Class RadioButtonArray
Inherits BaseControlArray
Implements IExtenderProvider
Herança
Atributos
Implementações

Comentários

A RadioButtonArray classe fornece um equivalente para a funcionalidade de tempo de execução de uma Visual Basic RadioButton matriz 6,0.The RadioButtonArray class provides an equivalent for the run-time functionality of a Visual Basic 6.0 RadioButton array. Ele não fornece os recursos de tempo de design de uma matriz de controle do Visual Basic 6.0.It does not provide the design-time features of a Visual Basic 6.0 control array.

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.

Construtores

RadioButtonArray()

Inicializa uma nova instância da classe RadioButtonArray.Initializes a new instance of the RadioButtonArray class.

RadioButtonArray(IContainer)

Inicializa uma nova instância da classe RadioButtonArray, especificando seu contêiner.Initializes a new instance of the RadioButtonArray class, specifying its container.

Campos

components

Armazena o contêiner para uma matriz de controle.Stores the container for a control array.

(Herdado de BaseControlArray)
controlAddedAtDesignTime

Armazena valores a serem rastreados se um controle em uma matriz de controle foi criado em tempo de design ou em tempo de execução.Stores values to track whether a control in a control array was created at design time or at run time.

(Herdado de BaseControlArray)
controls

Armazena valores que representam os controles em uma matriz de controle.Stores values that represent the controls in a control array.

(Herdado de BaseControlArray)
fIsEndInitCalled

Armazena um valor que indica se a execução do código de inicialização para o contêiner de uma matriz controles foi concluída.Stores a value indicating whether the initialization code for a control array's container has finished executing.

(Herdado de BaseControlArray)
indices

Armazena os índices para uma matriz de controle.Stores the indices for a control array.

(Herdado de BaseControlArray)

Propriedades

CanRaiseEvents

Obtém um valor que indica se o componente pode acionar um evento.Gets a value indicating whether the component can raise an event.

(Herdado de Component)
Container

Obtém o IContainer que contém o Component.Gets the IContainer that contains the Component.

(Herdado de Component)
DesignMode

Obtém um valor que indica se o Component está no modo de design no momento.Gets a value that indicates whether the Component is currently in design mode.

(Herdado de Component)
Events

Obtém a lista de manipuladores de eventos que estão anexados a este Component.Gets the list of event handlers that are attached to this Component.

(Herdado de Component)
Item[Int16]

Obtém um elemento específico de um RadioButtonArray por índice.Gets a specific element of a RadioButtonArray by index. Somente leitura.Read-only.

Site

Obtém ou define o ISite do Component.Gets or sets the ISite of the Component.

(Herdado de Component)

Métodos

BaseCanExtend(Object)

Obtém um valor que indica se um controle é um membro de uma matriz de controle.Gets a value that indicates whether a control is a member of a control array.

(Herdado de BaseControlArray)
BaseGetIndex(Object)

Obtém o índice de um controle em uma matriz de controle.Gets the index of a control in a control array.

(Herdado de BaseControlArray)
BaseGetItem(Int16)

Obtém o controle para um índice especificado em uma matriz de controle.Gets the control for a specified index in a control array.

(Herdado de BaseControlArray)
BaseResetIndex(Object)

Sem suporte na classe BaseControlArray.Not supported in the BaseControlArray class.

(Herdado de BaseControlArray)
BaseSetIndex(Object, Int16, Boolean)

Define o índice para um controle em uma matriz de controle.Sets the index for a control in a control array.

(Herdado de BaseControlArray)
BaseShouldSerializeIndex(Object)

Retorna um valor que indica se um controle é um membro de uma matriz de controle.Returns a value that indicates whether a control is a member of a control array.

(Herdado de BaseControlArray)
CanExtend(Object)

Obtém um valor que determina se um controle é um membro de um RadioButtonArray.Gets a value that determines whether a control is a member of a RadioButtonArray.

Count()

Retorna o número de controles em uma matriz de controle.Returns the number of controls in a control array.

(Herdado de BaseControlArray)
CreateObjRef(Type)

Cria um objeto que contém todas as informações relevantes necessárias para gerar um proxy usado para se comunicar com um objeto remoto.Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Herdado de MarshalByRefObject)
Dispose()

Libera todos os recursos usados pelo Component.Releases all resources used by the Component.

(Herdado de Component)
Dispose(Boolean)

Libera os recursos não gerenciados usados por um controle em uma matriz de controle e libera opcionalmente os recursos gerenciados.Releases the unmanaged resources that are used by a control in a control array and optionally releases the managed resources.

(Herdado de BaseControlArray)
Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetControlInstanceType()

Substitui GetControlInstanceType().Overrides GetControlInstanceType().

GetEnumerator()

Retorna uma referência a um objeto de enumerador usado para iterar sobre uma matriz de controle.Returns a reference to an enumerator object, which is used to iterate over a control array.

(Herdado de BaseControlArray)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetIndex(RadioButton)

Obtém o índice de um RadioButton em um RadioButtonArray.Gets the index of a RadioButton in a RadioButtonArray.

GetLifetimeService()
Obsoleto.

Recupera o objeto de serviço de tempo de vida atual que controla a política de ciclo de vida para esta instância.Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Herdado de MarshalByRefObject)
GetService(Type)

Retorna um objeto que representa um serviço fornecido pelo Component ou pelo seu Container.Returns an object that represents a service provided by the Component or by its Container.

(Herdado de Component)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
HookUpControlEvents(Object)

Substitui HookUpControlEvents(Object).Overrides HookUpControlEvents(Object).

InitializeLifetimeService()
Obsoleto.

Obtém um objeto de serviço de tempo de vida para controlar a política de tempo de vida para essa instância.Obtains a lifetime service object to control the lifetime policy for this instance.

(Herdado de MarshalByRefObject)
LBound()

Retorna um Short que contém o menor subscrito disponível para uma matriz de controle.Returns a Short that contains the smallest available subscript for a control array.

(Herdado de BaseControlArray)
Load(Int16)

Cria um novo elemento em uma matriz de controle.Creates a new element in a control array.

(Herdado de BaseControlArray)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
MemberwiseClone(Boolean)

Cria uma cópia superficial do objeto MarshalByRefObject atual.Creates a shallow copy of the current MarshalByRefObject object.

(Herdado de MarshalByRefObject)
ResetIndex(RadioButton)

O método ResetIndex não é compatível com a classe RadioButtonArray.The ResetIndex method is not supported in the RadioButtonArray class.

SetIndex(RadioButton, Int16)

Define o índice do RadioButton inicial em um RadioButtonArray.Sets the index of the initial RadioButton in a RadioButtonArray.

ShouldSerializeIndex(RadioButton)

Retorna um valor que indica se um RadioButton é um membro desta RadioButtonArray.Returns a value that indicates whether a RadioButton is a member of this RadioButtonArray.

ToString()

Retorna um String que contém o nome do Component, se houver.Returns a String containing the name of the Component, if any. Esse método não deve ser substituído.This method should not be overridden.

(Herdado de Component)
UBound()

Retorna um Short que contém o maior subscrito disponível para uma matriz de controle.Returns a Short that contains the largest available subscript for a control array.

(Herdado de BaseControlArray)
Unload(Int16)

Remove um controle de uma matriz de controle.Removes a control from a control array.

(Herdado de BaseControlArray)

Eventos

AppearanceChanged

Ocorre quando o valor da propriedade Appearance muda.Occurs when the value of the Appearance property changes.

AutoSizeChanged

Ocorre quando o valor da propriedade AutoSize muda.Occurs when the value of the AutoSize property changes.

BackColorChanged

Ocorre quando o valor da propriedade BackColor muda.Occurs when the value of the BackColor property changes.

BackgroundImageChanged

Ocorre quando o valor da propriedade BackgroundImage muda.Occurs when the value of the BackgroundImage property changes.

BackgroundImageLayoutChanged

Ocorre quando o valor da propriedade BackgroundImageLayout muda.Occurs when the value of the BackgroundImageLayout property changes.

BindingContextChanged

Ocorre quando o valor da propriedade BindingContext muda.Occurs when the value of the BindingContext property changes.

CausesValidationChanged

Ocorre quando o valor da propriedade CausesValidation muda.Occurs when the value of the CausesValidation property changes.

ChangeUICues

Ocorre quando o foco ou as indicações de interface do usuário do teclado mudam.Occurs when the focus or keyboard user interface (UI) cues change.

CheckedChanged

Ocorre quando o valor da propriedade Checked muda.Occurs when the value of the Checked property changes.

Click

Ocorre quando um RadioButton em um RadioButtonArray é clicado.Occurs when a RadioButton in a RadioButtonArray is clicked.

ClientSizeChanged

Ocorre quando o valor da propriedade ClientSize muda.Occurs when the value of the ClientSize property changes.

ContextMenuChanged

Ocorre quando o valor da propriedade ContextMenu muda.Occurs when the value of the ContextMenu property changes.

ContextMenuStripChanged

Ocorre quando o valor da propriedade ContextMenuStrip muda.Occurs when the value of the ContextMenuStrip property changes.

ControlAdded

Ocorre quando um novo controle é adicionado ao RadioButtonArray.Occurs when a new control is added to the RadioButtonArray.

ControlRemoved

Ocorre quando um controle é removido do RadioButtonArray.Occurs when a control is removed from the RadioButtonArray.

CursorChanged

Ocorre quando o valor da propriedade Cursor muda.Occurs when the value of the Cursor property changes.

Disposed

Ocorre quando o componente é disposto por uma chamada ao método Dispose().Occurs when the component is disposed by a call to the Dispose() method.

(Herdado de Component)
DockChanged

Ocorre quando o valor da propriedade Dock muda.Occurs when the value of the Dock property changes.

DragDrop

Ocorre quando uma operação de arrastar e soltar é concluída.Occurs when a drag-and-drop operation is completed.

DragEnter

Ocorre quando um objeto é arrastado para os limites do controle.Occurs when an object is dragged into the control's bounds.

DragLeave

Ocorre quando um objeto é arrastado para fora dos limites do controle.Occurs when an object is dragged out of the control's bounds.

DragOver

Ocorre quando um objeto é arrastado sobre os limites do controle.Occurs when an object is dragged over the control's bounds.

EnabledChanged

Ocorre quando o valor da propriedade Enabled muda.Occurs when the value of the Enabled property changes.

Enter

Ocorre quando o controle é inserido.Occurs when the control is entered.

FontChanged

Ocorre quando o valor da propriedade Font muda.Occurs when the value of the Font property changes.

ForeColorChanged

Ocorre quando o valor da propriedade ForeColor muda.Occurs when the value of the ForeColor property changes.

GiveFeedback

Ocorre durante uma operação de arrastar.Occurs during a drag operation.

HelpRequested

Ocorre quando o usuário solicita ajuda para um controle.Occurs when the user requests help for a control.

KeyDown

Ocorre quando uma chave é pressionada e o controle tem o foco.Occurs when a key is pressed and the control has focus.

KeyPress

Ocorre quando uma chave é pressionada e o controle tem o foco.Occurs when a key is pressed and the control has focus.

KeyUp

Ocorre quando uma chave é liberada e o controle tem o foco.Occurs when a key is released and the control has focus.

Layout

Ocorre quando um controle deve reposicionar seus controles filho.Occurs when a control should reposition its child controls.

Leave

Ocorre quando o foco de entrada deixa o controle.Occurs when the input focus leaves the control.

LocationChanged

Ocorre quando o valor da propriedade Location muda.Occurs when the value of the Location property changes.

MarginChanged

Ocorre quando o valor da propriedade Margin muda.Occurs when the value of the Margin property changes.

MouseCaptureChanged

Ocorre quando o controle perde ou ganha captura do mouse.Occurs when the control loses or gains mouse capture.

MouseClick

Ocorre quando o usuário clica no controle com o mouse.Occurs when the control is clicked by the mouse.

MouseDown

Ocorre quando o ponteiro do mouse fica sobre o controle e um botão do mouse é pressionado.Occurs when the mouse pointer is over the control and a mouse button is pressed.

MouseEnter

Ocorre quando o ponteiro do mouse entra no controle.Occurs when the mouse pointer enters the control.

MouseHover

Ocorre quando o ponteiro do mouse fica no controle.Occurs when the mouse pointer rests on the control.

MouseLeave

Ocorre quando o ponteiro do mouse deixa o controle.Occurs when the mouse pointer leaves the control.

MouseMove

Ocorre quando o ponteiro do mouse é movido sobre o controle.Occurs when the mouse pointer is moved over the control.

MouseUp

Ocorre quando o ponteiro do mouse está sobre o controle e um botão do mouse é liberado.Occurs when the mouse pointer is over the control and a mouse button is released.

Move

Ocorre quando o controle é movido.Occurs when the control is moved.

PaddingChanged

Ocorre quando a propriedade Padding do controle muda.Occurs when the control's Padding property changes.

Paint

Ocorre quando o controle é redesenhado.Occurs when the control is redrawn.

ParentChanged

Ocorre quando a propriedade Parent do controle muda.Occurs when the control's Parent property changes.

QueryAccessibilityHelp

Ocorre quando um AccessibleObject está fornecendo ajuda para aplicativos de acessibilidade.Occurs when an AccessibleObject is providing Help to accessibility applications.

QueryContinueDrag

Ocorre durante uma operação do tipo arrastar e soltar e permite que a fonte de arrastar determine se a operação do tipo arrastar e soltar deve ser cancelada.Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.

RegionChanged

Ocorre quando o valor da propriedade Region muda.Occurs when the value of the Region property changes.

Resize

Ocorre quando o controle é redimensionado.Occurs when the control is resized.

RightToLeftChanged

Ocorre quando o valor da propriedade RightToLeftChanged muda.Occurs when the RightToLeftChanged property value changes.

SizeChanged

Ocorre quando o valor da propriedade Size muda.Occurs when the Size property value changes.

StyleChanged

Ocorre quando o estilo de controle muda.Occurs when the control style changes.

SystemColorsChanged

Ocorre quando as cores do sistema mudam.Occurs when the system colors change.

TabIndexChanged

Ocorre quando o valor da propriedade TabIndex muda.Occurs when the TabIndex property value changes.

TabStopChanged

Ocorre quando o valor da propriedade TabStop muda.Occurs when the TabStop property value changes.

TextChanged

Ocorre quando o valor da propriedade Text muda.Occurs when the Text property value changes.

Validated

Ocorre quando a validação do controle é concluída.Occurs when the control is finished validating.

Validating

Ocorre quando o controle está sendo validado.Occurs when the control is validating.

VisibleChanged

Ocorre quando o valor da propriedade Visible muda.Occurs when the Visible property value changes.

Implantações explícitas de interface

ISupportInitialize.BeginInit()

Começa a inicialização do controle.Begins the initialization of the control.

(Herdado de BaseControlArray)
ISupportInitialize.EndInit()

Encerra a inicialização de um controle.Ends the initialization of a control.

(Herdado de BaseControlArray)

Aplica-se a