C# Class Mono.UIAutomation.TestFramework.Table

Inheritance: Element
ファイルを表示 Open project: mono/uia2atk

Public Properties

Property Type Description
UIAType System.Windows.Automation.ControlType

Public Methods

Method Description
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
Table ( AutomationElement elm ) : System

Method Details

GetColumnHeaders() public method

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

GetColumnHeaders() public method

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

GetItem() public method

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

GetItem() public method

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

GetRowHeaders() public method

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

GetRowHeaders() public method

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

GetViewName() public method

public GetViewName ( int viewId ) : string
viewId int
return string

GetViewName() public method

public GetViewName ( int viewId, bool log ) : string
viewId int
log bool
return string

Scroll() public method

public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
horizontalAmount ScrollAmount
verticalAmount ScrollAmount
return void

Scroll() public method

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

ScrollHorizontal() public method

public ScrollHorizontal ( ScrollAmount amount ) : void
amount ScrollAmount
return void

ScrollHorizontal() public method

public ScrollHorizontal ( ScrollAmount amount, bool log ) : void
amount ScrollAmount
log bool
return void

ScrollVertical() public method

public ScrollVertical ( ScrollAmount amount ) : void
amount ScrollAmount
return void

ScrollVertical() public method

public ScrollVertical ( ScrollAmount amount, bool log ) : void
amount ScrollAmount
log bool
return void

SetCurrentView() public method

public SetCurrentView ( int viewId ) : void
viewId int
return void

SetCurrentView() public method

public SetCurrentView ( int viewId, bool log ) : void
viewId int
log bool
return void

SetScrollPercent() public method

public SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
horizontalPercent double
verticalPercent double
return void

SetScrollPercent() public method

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

Table() public method

public Table ( AutomationElement elm ) : System
elm System.Windows.Automation.AutomationElement
return System

Property Details

UIAType public_oe static_oe property

public static ControlType,System.Windows.Automation UIAType
return System.Windows.Automation.ControlType