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

Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, IValueProvider
Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
GetNameCore ( ) : string

Method Details

GetNameCore() protected method

protected GetNameCore ( ) : string
return string

GetPattern() public method

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
return object

IValueProvider() public method

public IValueProvider ( string value ) : void
value string
return void

TextBoxAutomationPeer() public method

public TextBoxAutomationPeer ( TextBox owner ) : System
owner System.Windows.Controls.TextBox
return System