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

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

Private Properties

프로퍼티 타입 설명
AreRowColInBounds bool
RefProviderChildByDepthSearch Moonlight.AtkBridge.Adapter

공개 메소드들

메소드 설명
AddColumnSelection ( int column ) : bool
AddRowSelection ( int row ) : 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
GridTable ( Adapter adapter, System.Windows.Automation.Peers.AutomationPeer peer ) : Atk
IsColumnSelected ( int column ) : bool
IsRowSelected ( int row ) : bool
IsSelected ( int row, int column ) : bool
RefAt ( int row, int column ) : Atk.Object
RemoveColumnSelection ( int column ) : bool
RemoveRowSelection ( int row ) : 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

비공개 메소드들

메소드 설명
AreRowColInBounds ( int row, int col ) : bool
RefProviderChildByDepthSearch ( int pos, int &numInvalidElements ) : Adapter

메소드 상세

AddColumnSelection() 공개 메소드

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

AddRowSelection() 공개 메소드

public AddRowSelection ( int row ) : bool
row int
리턴 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

GridTable() 공개 메소드

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

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

RefAt() 공개 메소드

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

RemoveColumnSelection() 공개 메소드

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

RemoveRowSelection() 공개 메소드

public RemoveRowSelection ( int row ) : bool
row int
리턴 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