Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of mouse action.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public MouseActionType ActionType { get; set; }
public:
property MouseActionType ActionType {
MouseActionType get();
void set(MouseActionType value);
}
member ActionType : MouseActionType with get, set
Public Property ActionType As MouseActionType
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.MouseActionType
The type of mouse action.
Remarks
Setting this property raises the PropertyChanged event.
See Also
PropertyChanged
MouseActionType
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top