C# 클래스 UiaAtkBridge.ComboBoxDropDown

상속: ComboBox, Atk.IActionImplementor
파일 보기 프로젝트 열기: mono/uia2atk 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ComboBoxDropDown ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
DoAction ( int i ) : bool
GetDescription ( int i ) : string
GetKeybinding ( int i ) : string
GetLocalizedName ( int i ) : string
GetName ( int i ) : string
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( System e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
SetDescription ( int i, string desc ) : bool

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet

메소드 상세

ComboBoxDropDown() 공개 메소드

public ComboBoxDropDown ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
provider System.Windows.Automation.Provider.IRawElementProviderSimple
리턴 System

DoAction() 공개 메소드

public DoAction ( int i ) : bool
i int
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( int i ) : string
i int
리턴 string

GetKeybinding() 공개 메소드

public GetKeybinding ( int i ) : string
i int
리턴 string

GetLocalizedName() 공개 메소드

public GetLocalizedName ( int i ) : string
i int
리턴 string

GetName() 공개 메소드

public GetName ( int i ) : string
i int
리턴 string

OnRefStateSet() 보호된 메소드

protected OnRefStateSet ( ) : Atk.StateSet
리턴 Atk.StateSet

RaiseAutomationEvent() 공개 메소드

public RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
eventId System.Windows.Automation.AutomationEvent
e System.Windows.Automation.AutomationEventArgs
리턴 void

RaiseAutomationPropertyChangedEvent() 공개 메소드

public RaiseAutomationPropertyChangedEvent ( System e ) : void
e System
리턴 void

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
provider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void

SetDescription() 공개 메소드

public SetDescription ( int i, string desc ) : bool
i int
desc string
리턴 bool