C# Class Mono.UIAutomation.Winforms.ToolBarProvider

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

Méthodes publiques

Méthode Description
ClearButtonsCollection ( ) : void
FinalizeChildControlStructure ( ) : void
InitializeChildControlStructure ( ) : void
RemoveButtonAt ( int index ) : ToolBarButtonProvider
ToolBarProvider ( System.Windows.Forms.ToolBar toolBar ) : System

Méthodes protégées

Méthode Description
GetProviderPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
OnCollectionChanged ( object sender, CollectionChangeEventArgs e ) : void

Method Details

ClearButtonsCollection() public méthode

public ClearButtonsCollection ( ) : void
Résultat void

FinalizeChildControlStructure() public méthode

public FinalizeChildControlStructure ( ) : void
Résultat void

GetProviderPropertyValue() protected méthode

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

InitializeChildControlStructure() public méthode

public InitializeChildControlStructure ( ) : void
Résultat void

RemoveButtonAt() public méthode

public RemoveButtonAt ( int index ) : ToolBarButtonProvider
index int
Résultat ToolBarButtonProvider

ToolBarProvider() public méthode

public ToolBarProvider ( System.Windows.Forms.ToolBar toolBar ) : System
toolBar System.Windows.Forms.ToolBar
Résultat System