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

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IValueProvider
Afficher le fichier Open project: shana/moon Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
IValueProvider ( string value ) : void
TextBoxAutomationPeer ( TextBox owner ) : System

Méthodes protégées

Méthode Description
GetNameCore ( ) : string

Method Details

GetNameCore() protected méthode

protected GetNameCore ( ) : string
Résultat string

GetPattern() public méthode

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

IValueProvider() public méthode

public IValueProvider ( string value ) : void
value string
Résultat void

TextBoxAutomationPeer() public méthode

public TextBoxAutomationPeer ( TextBox owner ) : System
owner System.Windows.Controls.TextBox
Résultat System