C# 클래스 UiaAtkBridge.DataGrid

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

공개 메소드들

메소드 설명
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
DataGrid ( IRawElementProviderFragment provider ) : System
IsChildSelected ( int i ) : bool
RefSelection ( int i ) : Atk.Object
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool

비공개 메소드들

메소드 설명
HandleItemFocus ( Adapter item, bool itemFocused ) : void

메소드 상세

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

DataGrid() 공개 메소드

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

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