C# Class Mono.UIAutomation.Winforms.Behaviors.DataGridView.DataItemComboBoxExpandCollapseProviderBehavior

Inheritance: ProviderBehavior, IExpandCollapseProvider
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Collapse ( ) : void
Connect ( ) : void
DataItemComboBoxExpandCollapseProviderBehavior ( DataGridViewProvider provider ) : System
Disconnect ( ) : void
Expand ( ) : void
GetPropertyValue ( int propertyId ) : object

Private Methods

Méthode Description
PerformExpandOrCollapse ( bool expand ) : void

Method Details

Collapse() public méthode

public Collapse ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

DataItemComboBoxExpandCollapseProviderBehavior() public méthode

public DataItemComboBoxExpandCollapseProviderBehavior ( DataGridViewProvider provider ) : System
provider Mono.UIAutomation.Winforms.DataGridViewProvider
Résultat System

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

Expand() public méthode

public Expand ( ) : void
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object