Property | Type | Description | |
---|---|---|---|
UIAType |
Method | Description | |
---|---|---|
DataGrid ( |
||
GetColumnHeaders ( ) : System.Windows.Automation.AutomationElement[] | ||
GetColumnHeaders ( bool log ) : System.Windows.Automation.AutomationElement[] | ||
GetItem ( int row, int column ) : |
||
GetItem ( int row, int column, bool log ) : |
||
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 |
public DataGrid ( |
||
elm | ||
return | System |
public GetColumnHeaders ( ) : System.Windows.Automation.AutomationElement[] | ||
return | System.Windows.Automation.AutomationElement[] |
public GetColumnHeaders ( bool log ) : System.Windows.Automation.AutomationElement[] | ||
log | bool | |
return | System.Windows.Automation.AutomationElement[] |
public GetItem ( int row, int column ) : |
||
row | int | |
column | int | |
return |
public GetItem ( int row, int column, bool log ) : |
||
row | int | |
column | int | |
log | bool | |
return |
public GetRowHeaders ( ) : System.Windows.Automation.AutomationElement[] | ||
return | System.Windows.Automation.AutomationElement[] |
public GetRowHeaders ( bool log ) : System.Windows.Automation.AutomationElement[] | ||
log | bool | |
return | System.Windows.Automation.AutomationElement[] |
public GetViewName ( int viewId, bool log ) : string | ||
viewId | int | |
log | bool | |
return | string |
public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void | ||
horizontalAmount | ScrollAmount | |
verticalAmount | ScrollAmount | |
return | void |
public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount, bool log ) : void | ||
horizontalAmount | ScrollAmount | |
verticalAmount | ScrollAmount | |
log | bool | |
return | void |
public ScrollHorizontal ( ScrollAmount amount ) : void | ||
amount | ScrollAmount | |
return | void |
public ScrollHorizontal ( ScrollAmount amount, bool log ) : void | ||
amount | ScrollAmount | |
log | bool | |
return | void |
public ScrollVertical ( ScrollAmount amount ) : void | ||
amount | ScrollAmount | |
return | void |
public ScrollVertical ( ScrollAmount amount, bool log ) : void | ||
amount | ScrollAmount | |
log | bool | |
return | void |
public SetCurrentView ( int viewId, bool log ) : void | ||
viewId | int | |
log | bool | |
return | void |
public SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void | ||
horizontalPercent | double | |
verticalPercent | double | |
return | void |
public SetScrollPercent ( double horizontalPercent, double verticalPercent, bool log ) : void | ||
horizontalPercent | double | |
verticalPercent | double | |
log | bool | |
return | void |