C# 클래스 UiaAtkBridge.ComboBox

상속: ComponentParentAdapter, Atk.ISelectionImplementor
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
ComboBox ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
IsChildSelected ( int i ) : bool
RaiseAutomationEvent ( AutomationEvent eventId, AutomationEventArgs e ) : void
RaiseAutomationPropertyChangedEvent ( System e ) : void
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

보호된 메소드들

메소드 설명
OnRefStateSet ( ) : Atk.StateSet
UpdateNameProperty ( string newName, bool fromCtor ) : void

비공개 메소드들

메소드 설명
IsSimple ( ) : bool
IsSimple ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : bool
RaiseSelectionChanged ( string name ) : void

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

ComboBox() 공개 메소드

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

IsChildSelected() 공개 메소드

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

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

RefSelection() 공개 메소드

public RefSelection ( int i ) : Atk.Object
i int
리턴 Atk.Object

RemoveSelection() 공개 메소드

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

SelectAllSelection() 공개 메소드

public SelectAllSelection ( ) : bool
리턴 bool

UpdateNameProperty() 보호된 메소드

protected UpdateNameProperty ( string newName, bool fromCtor ) : void
newName string
fromCtor bool
리턴 void