C# 클래스 Mono.UIAutomation.TestFramework.DataGrid

상속: Element
파일 보기 프로젝트 열기: mono/uia2atk

공개 프로퍼티들

프로퍼티 타입 설명
UIAType System.Windows.Automation.ControlType

공개 메소드들

메소드 설명
DataGrid ( AutomationElement elm ) : System
GetColumnHeaders ( ) : System.Windows.Automation.AutomationElement[]
GetColumnHeaders ( bool log ) : System.Windows.Automation.AutomationElement[]
GetItem ( int row, int column ) : AutomationElement
GetItem ( int row, int column, bool log ) : AutomationElement
GetRowHeaders ( ) : System.Windows.Automation.AutomationElement[]
GetRowHeaders ( bool log ) : System.Windows.Automation.AutomationElement[]
GetViewName ( int viewId ) : string
GetViewName ( int viewId, bool log ) : string
Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount, bool log ) : void
ScrollHorizontal ( ScrollAmount amount ) : void
ScrollHorizontal ( ScrollAmount amount, bool log ) : void
ScrollVertical ( ScrollAmount amount ) : void
ScrollVertical ( ScrollAmount amount, bool log ) : void
SetCurrentView ( int viewId ) : void
SetCurrentView ( int viewId, bool log ) : void
SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
SetScrollPercent ( double horizontalPercent, double verticalPercent, bool log ) : void

메소드 상세

DataGrid() 공개 메소드

public DataGrid ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
리턴 System

GetColumnHeaders() 공개 메소드

public GetColumnHeaders ( ) : System.Windows.Automation.AutomationElement[]
리턴 System.Windows.Automation.AutomationElement[]

GetColumnHeaders() 공개 메소드

public GetColumnHeaders ( bool log ) : System.Windows.Automation.AutomationElement[]
log bool
리턴 System.Windows.Automation.AutomationElement[]

GetItem() 공개 메소드

public GetItem ( int row, int column ) : AutomationElement
row int
column int
리턴 System.Windows.Automation.AutomationElement

GetItem() 공개 메소드

public GetItem ( int row, int column, bool log ) : AutomationElement
row int
column int
log bool
리턴 System.Windows.Automation.AutomationElement

GetRowHeaders() 공개 메소드

public GetRowHeaders ( ) : System.Windows.Automation.AutomationElement[]
리턴 System.Windows.Automation.AutomationElement[]

GetRowHeaders() 공개 메소드

public GetRowHeaders ( bool log ) : System.Windows.Automation.AutomationElement[]
log bool
리턴 System.Windows.Automation.AutomationElement[]

GetViewName() 공개 메소드

public GetViewName ( int viewId ) : string
viewId int
리턴 string

GetViewName() 공개 메소드

public GetViewName ( int viewId, bool log ) : string
viewId int
log bool
리턴 string

Scroll() 공개 메소드

public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
horizontalAmount ScrollAmount
verticalAmount ScrollAmount
리턴 void

Scroll() 공개 메소드

public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount, bool log ) : void
horizontalAmount ScrollAmount
verticalAmount ScrollAmount
log bool
리턴 void

ScrollHorizontal() 공개 메소드

public ScrollHorizontal ( ScrollAmount amount ) : void
amount ScrollAmount
리턴 void

ScrollHorizontal() 공개 메소드

public ScrollHorizontal ( ScrollAmount amount, bool log ) : void
amount ScrollAmount
log bool
리턴 void

ScrollVertical() 공개 메소드

public ScrollVertical ( ScrollAmount amount ) : void
amount ScrollAmount
리턴 void

ScrollVertical() 공개 메소드

public ScrollVertical ( ScrollAmount amount, bool log ) : void
amount ScrollAmount
log bool
리턴 void

SetCurrentView() 공개 메소드

public SetCurrentView ( int viewId ) : void
viewId int
리턴 void

SetCurrentView() 공개 메소드

public SetCurrentView ( int viewId, bool log ) : void
viewId int
log bool
리턴 void

SetScrollPercent() 공개 메소드

public SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
horizontalPercent double
verticalPercent double
리턴 void

SetScrollPercent() 공개 메소드

public SetScrollPercent ( double horizontalPercent, double verticalPercent, bool log ) : void
horizontalPercent double
verticalPercent double
log bool
리턴 void

프로퍼티 상세

UIAType 공개적으로 정적으로 프로퍼티

public static ControlType,System.Windows.Automation UIAType
리턴 System.Windows.Automation.ControlType