Méthode | Description | |
---|---|---|
AddColumnSelection ( int column ) : bool | ||
AddRowSelection ( int row ) : bool | ||
AddSelection ( int i ) : bool | ||
ClearSelection ( ) : bool | ||
GetColumnAtIndex ( int index ) : int | ||
GetColumnDescription ( int column ) : string | ||
GetColumnExtentAt ( int row, int column ) : int | ||
GetColumnHeader ( int column ) : Atk.Object | ||
GetIndexAt ( int row, int column ) : int | ||
GetRowAtIndex ( int index ) : int | ||
GetRowDescription ( int row ) : string | ||
GetRowExtentAt ( int row, int column ) : int | ||
GetRowHeader ( int row ) : Atk.Object | ||
GetSelectedColumns ( int &selected ) : int | ||
GetSelectedRows ( int &selected ) : int | ||
IsChildSelected ( int i ) : bool | ||
IsColumnSelected ( int column ) : bool | ||
IsRowSelected ( int row ) : bool | ||
IsSelected ( int row, int column ) : bool | ||
NotifyRowAdjusted ( |
||
RaiseAutomationEvent ( |
||
RaiseAutomationPropertyChangedEvent ( |
||
RaiseStructureChangedEvent ( object childProvider, |
||
RefAt ( int row, int column ) : Atk.Object | ||
RefSelection ( int i ) : Atk.Object | ||
RemoveColumnSelection ( int column ) : bool | ||
RemoveRowSelection ( int row ) : bool | ||
RemoveSelection ( int i ) : bool | ||
SelectAllSelection ( ) : bool | ||
SetColumnDescription ( int column, string description ) : void | ||
SetColumnHeader ( int column, Atk header ) : void | ||
SetRowDescription ( int row, string description ) : void | ||
SetRowHeader ( int row, Atk header ) : void | ||
Tree ( IRawElementProviderFragment provider ) : System |
Méthode | Description | |
---|---|---|
OnRefStateSet ( ) : Atk.StateSet | ||
UpdateNameProperty ( string newName, bool fromCtor ) : void |
Méthode | Description | |
---|---|---|
AddOneChild ( Atk child ) : void | ||
CalculateRowCount ( IRawElementProviderFragment provider, int &count ) : void | ||
GetObjectAtRow ( IRawElementProviderFragment provider, int target, int &index ) : Atk.Object | ||
GetRowForAdapter ( |
||
GetRowForProvider ( IRawElementProviderFragment provider, IRawElementProviderFragment target, int &index ) : int | ||
HandleItemFocus ( |
||
IsExpanded ( IRawElementProviderFragment provider ) : bool | ||
IsListItem ( System.Windows.Automation.Provider.IRawElementProviderSimple provider ) : bool | ||
NotifyItemSelected ( |
||
NotifyItemSelectionRemoved ( |
||
RemoveChild ( Atk childToRemove ) : void |
public AddColumnSelection ( int column ) : bool | ||
column | int | |
Résultat | bool |
public GetColumnAtIndex ( int index ) : int | ||
index | int | |
Résultat | int |
public GetColumnDescription ( int column ) : string | ||
column | int | |
Résultat | string |
public GetColumnExtentAt ( int row, int column ) : int | ||
row | int | |
column | int | |
Résultat | int |
public GetColumnHeader ( int column ) : Atk.Object | ||
column | int | |
Résultat | Atk.Object |
public GetIndexAt ( int row, int column ) : int | ||
row | int | |
column | int | |
Résultat | int |
public GetRowDescription ( int row ) : string | ||
row | int | |
Résultat | string |
public GetRowExtentAt ( int row, int column ) : int | ||
row | int | |
column | int | |
Résultat | int |
public GetRowHeader ( int row ) : Atk.Object | ||
row | int | |
Résultat | Atk.Object |
public GetSelectedColumns ( int &selected ) : int | ||
selected | int | |
Résultat | int |
public GetSelectedRows ( int &selected ) : int | ||
selected | int | |
Résultat | int |
public IsColumnSelected ( int column ) : bool | ||
column | int | |
Résultat | bool |
public IsSelected ( int row, int column ) : bool | ||
row | int | |
column | int | |
Résultat | bool |
public NotifyRowAdjusted ( |
||
adapter | ||
expanded | bool | |
Résultat | void |
public RaiseAutomationEvent ( |
||
eventId | ||
e | ||
Résultat | void |
public RaiseAutomationPropertyChangedEvent ( |
||
e | ||
Résultat | void |
public RaiseStructureChangedEvent ( object childProvider, |
||
childProvider | object | |
e | ||
Résultat | void |
public RefAt ( int row, int column ) : Atk.Object | ||
row | int | |
column | int | |
Résultat | Atk.Object |
public RemoveColumnSelection ( int column ) : bool | ||
column | int | |
Résultat | bool |
public RemoveRowSelection ( int row ) : bool | ||
row | int | |
Résultat | bool |
public SetColumnDescription ( int column, string description ) : void | ||
column | int | |
description | string | |
Résultat | void |
public SetColumnHeader ( int column, Atk header ) : void | ||
column | int | |
header | Atk | |
Résultat | void |
public SetRowDescription ( int row, string description ) : void | ||
row | int | |
description | string | |
Résultat | void |
public SetRowHeader ( int row, Atk header ) : void | ||
row | int | |
header | Atk | |
Résultat | void |
public Tree ( IRawElementProviderFragment provider ) : System | ||
provider | IRawElementProviderFragment | |
Résultat | System |
protected UpdateNameProperty ( string newName, bool fromCtor ) : void | ||
newName | string | |
fromCtor | bool | |
Résultat | void |