C# 클래스 UiaAtkBridge.ListGroup

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

공개 메소드들

메소드 설명
AddColumnSelection ( int column ) : bool
AddRowSelection ( int row ) : bool
AddSelection ( int i ) : bool
ClearSelection ( ) : bool
GetColumnAtIndex ( int index ) : int
GetColumnDescription ( int column ) : string
GetColumnExtentAt ( int row, int column ) : int
GetColumnHeader ( int column ) : Atk.Object
GetIndexAt ( int row, int column ) : int
GetRowAtIndex ( int index ) : int
GetRowDescription ( int row ) : string
GetRowExtentAt ( int row, int column ) : int
GetRowHeader ( int row ) : Atk.Object
GetSelectedColumns ( int &selected ) : int
GetSelectedRows ( int &selected ) : int
IsChildSelected ( int i ) : bool
IsColumnSelected ( int column ) : bool
IsRowSelected ( int row ) : bool
IsSelected ( int row, int column ) : bool
ListGroup ( IRawElementProviderFragment provider ) : System
RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
RefAt ( int row, int column ) : Atk.Object
RefSelection ( int i ) : Atk.Object
RemoveColumnSelection ( int column ) : bool
RemoveRowSelection ( int row ) : bool
RemoveSelection ( int i ) : bool
SelectAllSelection ( ) : bool
SetColumnDescription ( int column, string description ) : void
SetColumnHeader ( int column, Atk header ) : void
SetRowDescription ( int row, string description ) : void
SetRowHeader ( int row, Atk header ) : void

메소드 상세

AddColumnSelection() 공개 메소드

public AddColumnSelection ( int column ) : bool
column int
리턴 bool

AddRowSelection() 공개 메소드

public AddRowSelection ( int row ) : bool
row int
리턴 bool

AddSelection() 공개 메소드

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

ClearSelection() 공개 메소드

public ClearSelection ( ) : bool
리턴 bool

GetColumnAtIndex() 공개 메소드

public GetColumnAtIndex ( int index ) : int
index int
리턴 int

GetColumnDescription() 공개 메소드

public GetColumnDescription ( int column ) : string
column int
리턴 string

GetColumnExtentAt() 공개 메소드

public GetColumnExtentAt ( int row, int column ) : int
row int
column int
리턴 int

GetColumnHeader() 공개 메소드

public GetColumnHeader ( int column ) : Atk.Object
column int
리턴 Atk.Object

GetIndexAt() 공개 메소드

public GetIndexAt ( int row, int column ) : int
row int
column int
리턴 int

GetRowAtIndex() 공개 메소드

public GetRowAtIndex ( int index ) : int
index int
리턴 int

GetRowDescription() 공개 메소드

public GetRowDescription ( int row ) : string
row int
리턴 string

GetRowExtentAt() 공개 메소드

public GetRowExtentAt ( int row, int column ) : int
row int
column int
리턴 int

GetRowHeader() 공개 메소드

public GetRowHeader ( int row ) : Atk.Object
row int
리턴 Atk.Object

GetSelectedColumns() 공개 메소드

public GetSelectedColumns ( int &selected ) : int
selected int
리턴 int

GetSelectedRows() 공개 메소드

public GetSelectedRows ( int &selected ) : int
selected int
리턴 int

IsChildSelected() 공개 메소드

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

IsColumnSelected() 공개 메소드

public IsColumnSelected ( int column ) : bool
column int
리턴 bool

IsRowSelected() 공개 메소드

public IsRowSelected ( int row ) : bool
row int
리턴 bool

IsSelected() 공개 메소드

public IsSelected ( int row, int column ) : bool
row int
column int
리턴 bool

ListGroup() 공개 메소드

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

RaiseStructureChangedEvent() 공개 메소드

public RaiseStructureChangedEvent ( object childProvider, StructureChangedEventArgs e ) : void
childProvider object
e System.Windows.Automation.StructureChangedEventArgs
리턴 void

RefAt() 공개 메소드

public RefAt ( int row, int column ) : Atk.Object
row int
column int
리턴 Atk.Object

RefSelection() 공개 메소드

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

RemoveColumnSelection() 공개 메소드

public RemoveColumnSelection ( int column ) : bool
column int
리턴 bool

RemoveRowSelection() 공개 메소드

public RemoveRowSelection ( int row ) : bool
row int
리턴 bool

RemoveSelection() 공개 메소드

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

SelectAllSelection() 공개 메소드

public SelectAllSelection ( ) : bool
리턴 bool

SetColumnDescription() 공개 메소드

public SetColumnDescription ( int column, string description ) : void
column int
description string
리턴 void

SetColumnHeader() 공개 메소드

public SetColumnHeader ( int column, Atk header ) : void
column int
header Atk
리턴 void

SetRowDescription() 공개 메소드

public SetRowDescription ( int row, string description ) : void
row int
description string
리턴 void

SetRowHeader() 공개 메소드

public SetRowHeader ( int row, Atk header ) : void
row int
header Atk
리턴 void