C# Class UIA.Extensions.TestApplication.ListActingLabel

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.ListInformation
Datei anzeigen Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
ListActingLabel ( Control control ) : System.Collections.Generic
UpdateSelection ( ListActingLabelItem toSelect ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

ListActingLabel() public method

public ListActingLabel ( Control control ) : System.Collections.Generic
control System.Windows.Forms.Control
return System.Collections.Generic

UpdateSelection() public method

public UpdateSelection ( ListActingLabelItem toSelect ) : void
toSelect ListActingLabelItem
return void