C# Class AtspiUiaSource.TableElement

Inheritance: Element
Afficher le fichier Open project: mono/uia2atk Class Usage Examples

Méthodes publiques

Méthode Description
RefreshTreeMode ( ) : void
RefreshTreeMode ( bool fromCtor ) : void
TableElement ( Accessible accessible ) : System

Méthodes protégées

Méthode Description
AddEvents ( bool fromElementConstructor ) : void

Private Methods

Méthode Description
AdjustRowReferences ( int min ) : void
AdjustRowReferencesForTable ( int min ) : void
AdjustRowReferencesForTree ( int min ) : void
EnsureRowsSize ( int row ) : void
GetTreeItemElement ( int row ) : TreeItemElement
OnRowDeleted ( Accessible sender, int row, int count ) : void
OnRowInserted ( Accessible sender, int row, int count ) : void

Method Details

AddEvents() protected méthode

protected AddEvents ( bool fromElementConstructor ) : void
fromElementConstructor bool
Résultat void

RefreshTreeMode() public méthode

public RefreshTreeMode ( ) : void
Résultat void

RefreshTreeMode() public méthode

public RefreshTreeMode ( bool fromCtor ) : void
fromCtor bool
Résultat void

TableElement() public méthode

public TableElement ( Accessible accessible ) : System
accessible Atspi.Accessible
Résultat System