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

An automation peer class which automates RibbonComboBox control.
Inheritance: RibbonMenuButtonAutomationPeer, IValueProvider
Datei anzeigen Open project: kasicass/kasicass

Private Properties

Property Type Description
RaiseValuePropertyChangedEvent void

Public Methods

Method Description
GetPattern ( PatternInterface patternInterface ) : object
RibbonComboBoxAutomationPeer ( RibbonComboBox owner ) : System

Initialize Automation Peer for RibbonComboBox

SetValue ( string value ) : void

Protected Methods

Method Description
GetChildrenCore ( ) : System.Collections.Generic.List
SetFocusCore ( ) : void

Private Methods

Method Description
RaiseValuePropertyChangedEvent ( string oldValue, string newValue ) : void

Method Details

GetChildrenCore() protected method

protected GetChildrenCore ( ) : System.Collections.Generic.List
return System.Collections.Generic.List

GetPattern() public method

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

RibbonComboBoxAutomationPeer() public method

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

SetFocusCore() protected method

protected SetFocusCore ( ) : void
return void

SetValue() public method

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