C# Class Mono.UIAutomation.UiaDbusBridge.Wrappers.TablePatternWrapper

Inheritance: GridPatternWrapper, ITablePattern
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
GetColumnHeaderPaths ( ) : string[]
GetRowHeaderPaths ( ) : string[]
TablePatternWrapper ( ITableProvider provider ) : System

Method Details

GetColumnHeaderPaths() public method

public GetColumnHeaderPaths ( ) : string[]
return string[]

GetRowHeaderPaths() public method

public GetRowHeaderPaths ( ) : string[]
return string[]

TablePatternWrapper() public method

public TablePatternWrapper ( ITableProvider provider ) : System
provider ITableProvider
return System