C# Class System.Windows.Automation.Peers.RadioButtonAutomationPeer

Inheritance: ToggleButtonAutomationPeer, ISelectionItemProvider
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description
RaiseToggleStateChanged void

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
ISelectionItemProvider ( ) : void
RadioButtonAutomationPeer ( System.Windows.Controls.RadioButton owner ) : System

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Private Methods

Méthode Description
RaiseToggleStateChanged ( ) : void

Method Details

GetAutomationControlTypeCore() protected méthode

protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

ISelectionItemProvider() public méthode

public ISelectionItemProvider ( ) : void
Résultat void

RadioButtonAutomationPeer() public méthode

public RadioButtonAutomationPeer ( System.Windows.Controls.RadioButton owner ) : System
owner System.Windows.Controls.RadioButton
Résultat System