WinRadioButton (Clase)
Representa un control de botón de radio en las pruebas de interfaz de usuario de formularios Windows Forms.
Jerarquía de herencia
Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinControl
Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinRadioButton
Espacio de nombres: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Ensamblado: Microsoft.VisualStudio.TestTools.UITesting (en Microsoft.VisualStudio.TestTools.UITesting.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(True)> _
Public Class WinRadioButton _
Inherits WinControl
[CLSCompliantAttribute(true)]
public class WinRadioButton : WinControl
[CLSCompliantAttribute(true)]
public ref class WinRadioButton : public WinControl
[<CLSCompliantAttribute(true)>]
type WinRadioButton =
class
inherit WinControl
end
public class WinRadioButton extends WinControl
El tipo WinRadioButton expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
WinRadioButton() | Inicializa una nueva instancia de la clase WinRadioButton. | |
WinRadioButton(UITestControl) | Inicializa una nueva instancia de la clase WinRadioButton usando el control primario proporcionado. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AccessibleDescription | Obtiene la descripción de IAccessible subyacente de este WinControl. (Se hereda de WinControl). | |
AccessKey | Obtiene la tecla de acceso asignada a este control. (Se hereda de WinControl). | |
BoundingRectangle | (Se hereda de UITestControl). | |
ClassName | (Se hereda de UITestControl). | |
Container | (Se hereda de UITestControl). | |
ControlId | Obtiene el identificador asignado a este control. (Se hereda de WinControl). | |
ControlName | Obtiene el nombre de este control. (Se hereda de WinControl). | |
ControlType | (Se hereda de UITestControl). | |
Enabled | (Se hereda de UITestControl). | |
Exists | (Se hereda de UITestControl). | |
FilterProperties | (Se hereda de UITestControl). | |
FriendlyName | (Se hereda de UITestControl). | |
Group | Obtiene el control que contiene este control de botón de radio. | |
HasFocus | (Se hereda de UITestControl). | |
Height | (Se hereda de UITestControl). | |
HelpText | Obtiene el texto de Ayuda asignado a este control. (Se hereda de WinControl). | |
IsTopParent | (Se hereda de UITestControl). | |
Left | (Se hereda de UITestControl). | |
Name | (Se hereda de UITestControl). | |
NativeElement | (Se hereda de UITestControl). | |
SearchConfigurations | (Se hereda de UITestControl). | |
SearchProperties | (Se hereda de UITestControl). | |
SearchPropertiesSetExplicitly | (Se hereda de UITestControl). | |
Selected | Obtiene o establece un valor que indica si este control de botón de radio está seleccionado. | |
State | (Se hereda de UITestControl). | |
TechnologyName | (Se hereda de UITestControl). | |
ToolTipText | (Se hereda de WinControl). | |
Top | (Se hereda de UITestControl). | |
TopParent | (Se hereda de UITestControl). | |
Width | (Se hereda de UITestControl). | |
WindowHandle | (Se hereda de UITestControl). | |
WindowTitles | (Se hereda de UITestControl). |
Arriba
Métodos
Arriba
Seguridad para subprocesos
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Vea también
Referencia
Microsoft.VisualStudio.TestTools.UITesting.WinControls (Espacio de nombres)