C# 클래스 UiaAtkBridge.Tab

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

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
IsChildSelected ( int i ) : bool
RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
Tab ( IRawElementProviderFragment provider ) : System

보호된 메소드들

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

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

IsChildSelected() 공개 메소드

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

OnRefStateSet() 보호된 메소드

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

RaiseAutomationPropertyChangedEvent() 공개 메소드

public RaiseAutomationPropertyChangedEvent ( AutomationPropertyChangedEventArgs e ) : void
e System.Windows.Automation.AutomationPropertyChangedEventArgs
리턴 void

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider 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

Tab() 공개 메소드

public Tab ( IRawElementProviderFragment provider ) : System
provider IRawElementProviderFragment
리턴 System

UpdateNameProperty() 보호된 메소드

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