The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
KeyboardAction::ActionType Property
Gets or sets the type of keyboard operation.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property KeyActionType ActionType { KeyActionType get(); void set(KeyActionType value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::KeyActionTypeThe type of keyboard action.
Setting this property raises the PropertyChanged event.
Show: