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

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

Protected Properties

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

Méthodes publiques

Méthode Description
AddToSelection ( ) : void
ClearSelection ( ) : void
DataGridRowInformation ( System.Windows.Forms.DataGridViewRow dataGridViewRow ) : System.Collections.Generic
FromRow ( System.Windows.Forms.DataGridViewRow row ) : RowInformation
Select ( ) : void

Method Details

AddToSelection() public méthode

public AddToSelection ( ) : void
Résultat void

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

DataGridRowInformation() public méthode

public DataGridRowInformation ( System.Windows.Forms.DataGridViewRow dataGridViewRow ) : System.Collections.Generic
dataGridViewRow System.Windows.Forms.DataGridViewRow
Résultat System.Collections.Generic

FromRow() public static méthode

public static FromRow ( System.Windows.Forms.DataGridViewRow row ) : RowInformation
row System.Windows.Forms.DataGridViewRow
Résultat UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation

Select() public méthode

public Select ( ) : void
Résultat void

Property Details

DataGridViewRow protected_oe property

protected DataGridViewRow,System.Windows.Forms DataGridViewRow
Résultat System.Windows.Forms.DataGridViewRow