C# Class Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer

An automation peer class which automates RibbonComboBox control.
Inheritance: RibbonMenuButtonAutomationPeer, IValueProvider
Afficher le fichier Open project: kasicass/kasicass

Private Properties

Свойство Type Description
RaiseValuePropertyChangedEvent void

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object
RibbonComboBoxAutomationPeer ( RibbonComboBox owner ) : System

Initialize Automation Peer for RibbonComboBox

SetValue ( string value ) : void

Méthodes protégées

Méthode Description
GetChildrenCore ( ) : System.Collections.Generic.List
SetFocusCore ( ) : void

Private Methods

Méthode Description
RaiseValuePropertyChangedEvent ( string oldValue, string newValue ) : void

Method Details

GetChildrenCore() protected méthode

protected GetChildrenCore ( ) : System.Collections.Generic.List
Résultat System.Collections.Generic.List

GetPattern() public méthode

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

RibbonComboBoxAutomationPeer() public méthode

Initialize Automation Peer for RibbonComboBox
public RibbonComboBoxAutomationPeer ( RibbonComboBox owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonComboBox
Résultat System

SetFocusCore() protected méthode

protected SetFocusCore ( ) : void
Résultat void

SetValue() public méthode

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