C# 클래스 Moonlight.AtkBridge.PatternImplementors.Selection

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

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
IsChildSelected ( int i ) : bool
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
Selection ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk

비공개 메소드들

메소드 설명
GetChildAt ( int i ) : System.Windows.Automation.Peers.AutomationPeer

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

IsChildSelected() 공개 메소드

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

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

Selection() 공개 메소드

public Selection ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
adapter Moonlight.AtkBridge.Adapter
peer System.Windows.Automation.Peers.AutomationPeer
리턴 Atk