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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ComboBoxAutomationPeer ( ComboBox owner ) : System
GetPattern ( PatternInterface pattern ) : object
IExpandCollapseProvider ( ) : void
IValueProvider ( string value ) : void

Méthodes protégées

Méthode Description
CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

Method Details

ComboBoxAutomationPeer() public méthode

public ComboBoxAutomationPeer ( ComboBox owner ) : System
owner System.Windows.Controls.ComboBox
Résultat System

CreateItemAutomationPeer() protected méthode

protected CreateItemAutomationPeer ( object item ) : ItemAutomationPeer
item object
Résultat ItemAutomationPeer

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 pattern ) : object
pattern PatternInterface
Résultat object

IExpandCollapseProvider() public méthode

public IExpandCollapseProvider ( ) : void
Résultat void

IValueProvider() public méthode

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