C# Class Mono.UIAutomation.Winforms.TreeNodeProvider

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

Méthodes publiques

Méthode Description
Initialize ( ) : void
Terminate ( ) : void
TreeNodeProvider ( System.Windows.Forms node, bool treeSupportsScroll ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
AreAllParentsExpanded ( ) : bool
HandleEnabledChanged ( object sender, EventArgs e ) : void
OnAfterCheck ( ) : void
OnAfterCollapse ( ) : void
OnAfterExpand ( ) : void
OnAfterSelect ( ) : void
OnTextChanged ( ) : void
UpdateBehaviors ( bool treeSupportsScroll ) : void

Method Details

GetProviderPropertyValue() protected méthode

protected GetProviderPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Terminate() public méthode

public Terminate ( ) : void
Résultat void

TreeNodeProvider() public méthode

public TreeNodeProvider ( System.Windows.Forms node, bool treeSupportsScroll ) : System
node System.Windows.Forms
treeSupportsScroll bool
Résultat System