MouseAction.ActionType Property
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
'Declaration
Public Property ActionType As MouseActionType
public MouseActionType ActionType { get; set; }
public:
property MouseActionType ActionType {
MouseActionType get ();
void set (MouseActionType value);
}
member ActionType : MouseActionType with get, set
function get ActionType () : MouseActionType
function set ActionType (value : MouseActionType)
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common.MouseActionType
The type of mouse action.
Remarks
Setting this property raises the PropertyChanged event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.