C# Class UIA.Extensions.AutomationProviders.Defaults.Tables.DataGridCellInformation

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation
Mostra file Open project: northwoodspd/UIA.Extensions Class Usage Examples

Protected Properties

Property Type Description
Cell System.Windows.Forms.DataGridViewCell

Public Methods

Method Description
DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation

Method Details

DataGridCellInformation() public method

public DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
cell System.Windows.Forms.DataGridViewCell
return System.Windows

FromCell() public static method

public static FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation
cell System.Windows.Forms.DataGridViewCell
return UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation

Property Details

Cell protected_oe property

protected DataGridViewCell,System.Windows.Forms Cell
return System.Windows.Forms.DataGridViewCell