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

Inheritance: System.Windows.Automation.Peers.ButtonBaseAutomationPeer, System.Windows.Automation.Provider.IToggleProvider
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
IToggleProvider ( ) : void
ToggleButtonAutomationPeer ( ToggleButton 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

IToggleProvider() public méthode

public IToggleProvider ( ) : void
Résultat void

ToggleButtonAutomationPeer() public méthode

public ToggleButtonAutomationPeer ( ToggleButton owner ) : System
owner ToggleButton
Résultat System