C# Class WpfAppWithAdvTextControl.AdvTextBoxAutomationPeer

Inheritance: System.Windows.Automation.Peers.TextBoxAutomationPeer, ICaretPositionProvider
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AdvTextBoxAutomationPeer ( AdvTextBox owner ) : System.Windows.Automation.Peers
GetPattern ( PatternInterface patternInterface ) : object
SetSelectionLength ( int value ) : void
SetSelectionStart ( int value ) : void

Méthodes protégées

Méthode Description
GetClassNameCore ( ) : string

Method Details

AdvTextBoxAutomationPeer() public méthode

public AdvTextBoxAutomationPeer ( AdvTextBox owner ) : System.Windows.Automation.Peers
owner AdvTextBox
Résultat System.Windows.Automation.Peers

GetClassNameCore() protected méthode

protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

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

SetSelectionLength() public méthode

public SetSelectionLength ( int value ) : void
value int
Résultat void

SetSelectionStart() public méthode

public SetSelectionStart ( int value ) : void
value int
Résultat void