C# 클래스 Microsoft.Windows.Automation.Peers.RibbonComboBoxAutomationPeer

An automation peer class which automates RibbonComboBox control.
상속: RibbonMenuButtonAutomationPeer, IValueProvider
파일 보기 프로젝트 열기: kasicass/kasicass

Private Properties

프로퍼티 타입 설명
RaiseValuePropertyChangedEvent void

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
RibbonComboBoxAutomationPeer ( RibbonComboBox owner ) : System

Initialize Automation Peer for RibbonComboBox

SetValue ( string value ) : void

보호된 메소드들

메소드 설명
GetChildrenCore ( ) : System.Collections.Generic.List
SetFocusCore ( ) : void

비공개 메소드들

메소드 설명
RaiseValuePropertyChangedEvent ( string oldValue, string newValue ) : void

메소드 상세

GetChildrenCore() 보호된 메소드

protected GetChildrenCore ( ) : System.Collections.Generic.List
리턴 System.Collections.Generic.List

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

RibbonComboBoxAutomationPeer() 공개 메소드

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

SetFocusCore() 보호된 메소드

protected SetFocusCore ( ) : void
리턴 void

SetValue() 공개 메소드

public SetValue ( string value ) : void
value string
리턴 void