C# Class UIA.Extensions.TestApplication.ListActingLabelItem

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation
ファイルを表示 Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
AddToSelection ( ) : void
Create ( string text, ListActingLabel parent ) : ListItemInformation
RemoveFromSelection ( ) : void
Select ( ) : void

Private Methods

Method Description
ListActingLabelItem ( string text, ListActingLabel parent ) : System.Collections.Generic

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

Create() public static method

public static Create ( string text, ListActingLabel parent ) : ListItemInformation
text string
parent ListActingLabel
return UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

Select() public method

public Select ( ) : void
return void