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

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.Tables.CellInformation
Afficher le fichier Open project: northwoodspd/UIA.Extensions Class Usage Examples

Protected Properties

Свойство Type Description
Cell System.Windows.Forms.DataGridViewCell

Méthodes publiques

Méthode Description
DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
FromCell ( System.Windows.Forms.DataGridViewCell cell ) : CellInformation

Method Details

DataGridCellInformation() public méthode

public DataGridCellInformation ( System.Windows.Forms.DataGridViewCell cell ) : System.Windows
cell System.Windows.Forms.DataGridViewCell
Résultat System.Windows

FromCell() public static méthode

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

Property Details

Cell protected_oe property

protected DataGridViewCell,System.Windows.Forms Cell
Résultat System.Windows.Forms.DataGridViewCell