C# 클래스 UiaAtkBridge.ExpandCollapseButton

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

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
DoAction ( int action ) : bool
ExpandCollapseButton ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : System
GetDescription ( int action ) : string
GetKeybinding ( int action ) : string
GetLocalizedName ( int action ) : string
GetName ( int action ) : string
ICanHaveSelection ( Adapter keepSelected ) : void
IsChildSelected ( int i ) : bool
RaiseStructureChangedEvent ( object provider, StructureChangedEventArgs e ) : void
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
SetDescription ( int action, string description ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnPressed ( ) : void
OnReleased ( ) : void

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

DoAction() 공개 메소드

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

ExpandCollapseButton() 공개 메소드

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

GetDescription() 공개 메소드

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

GetKeybinding() 공개 메소드

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

GetLocalizedName() 공개 메소드

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

GetName() 공개 메소드

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

ICanHaveSelection() 공개 메소드

public ICanHaveSelection ( Adapter keepSelected ) : void
keepSelected Adapter
리턴 void

IsChildSelected() 공개 메소드

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

OnRefStateSet() 보호된 메소드

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

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

SetDescription() 공개 메소드

public SetDescription ( int action, string description ) : bool
action int
description string
리턴 bool