C# 클래스 Mono.UIAutomation.TestFramework.ComboBox

상속: Element
파일 보기 프로젝트 열기: mono/uia2atk

공개 프로퍼티들

프로퍼티 타입 설명
UIAType System.Windows.Automation.ControlType

공개 메소드들

메소드 설명
Collapse ( ) : void
Collapse ( bool log ) : void
ComboBox ( AutomationElement elm ) : System
Expand ( ) : void
Expand ( bool log ) : void
GetSelection ( ) : System.Windows.Automation.AutomationElement[]
SetValue ( string value ) : void
SetValue ( string value, bool log ) : void

메소드 상세

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

Collapse() 공개 메소드

public Collapse ( bool log ) : void
log bool
리턴 void

ComboBox() 공개 메소드

public ComboBox ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
리턴 System

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( bool log ) : void
log bool
리턴 void

GetSelection() 공개 메소드

public GetSelection ( ) : System.Windows.Automation.AutomationElement[]
리턴 System.Windows.Automation.AutomationElement[]

SetValue() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( string value, bool log ) : void
value string
log bool
리턴 void

프로퍼티 상세

UIAType 공개적으로 정적으로 프로퍼티

public static ControlType,System.Windows.Automation UIAType
리턴 System.Windows.Automation.ControlType