DragDrop.MouseButton Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property MouseButton As MouseButtons
Get
Set
'Usage
Dim instance As DragDrop
Dim value As MouseButtons
value = instance.MouseButton
instance.MouseButton = value
public MouseButtons MouseButton { get; set; }
public:
property MouseButtons MouseButton {
MouseButtons get ();
void set (MouseButtons value);
}
function get MouseButton () : MouseButtons
function set MouseButton (value : MouseButtons)
member MouseButton : MouseButtons with get, set
Property Value
Type: System.Windows.Forms.MouseButtons
.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.