Class
CustomKeyboardCommandProvider

Customizing the default keyboard command provider of the GridView/TreeListView component. In the context of Test Studio project explorer we customize the behavior of renaming tests and folders, expand and collapse of folders.

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class CustomKeyboardCommandProvider : DefaultKeyboardCommandProvider

Inheritance: objectCustomKeyboardCommandProvider

Constructors

CustomKeyboardCommandProvider(GridViewDataControl)

Declaration

cs-api-definition
public CustomKeyboardCommandProvider(GridViewDataControl grid)

Parameters

grid

GridViewDataControl

Methods

ProvideCommandsForKey(Key)

Declaration

cs-api-definition
public override IEnumerable<ICommand> ProvideCommandsForKey(Key key)

Parameters

key

Key

Returns

IEnumerable<ICommand>