C# Class Mono.UIAutomation.Winforms.Behaviors.TreeView.ExpandCollapeProviderBehavior

Inheritance: ProviderBehavior, IExpandCollapseProvider
Datei anzeigen Open project: mono/uia2atk

Public Methods

Method Description
Collapse ( ) : void
Connect ( ) : void
Disconnect ( ) : void
Expand ( ) : void
ExpandCollapeProviderBehavior ( TreeNodeProvider nodeProvider ) : System
GetPropertyValue ( int propertyId ) : object

Private Methods

Method Description
PerformCollapse ( ) : void
PerformExpand ( ) : void

Method Details

Collapse() public method

public Collapse ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

Expand() public method

public Expand ( ) : void
return void

ExpandCollapeProviderBehavior() public method

public ExpandCollapeProviderBehavior ( TreeNodeProvider nodeProvider ) : System
nodeProvider TreeNodeProvider
return System

GetPropertyValue() public method

public GetPropertyValue ( int propertyId ) : object
propertyId int
return object