GeneralSettingsDraggingDelay Property |
Gets or sets the number of milliseconds it takes the mouse cursor to pass 20 pixels.
Namespace:
SmartBear.TestLeft.Options
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public long DraggingDelay { get; set; }
Public Property DraggingDelay As Long
Get
Set
Dim instance As GeneralSettings
Dim value As Long
value = instance.DraggingDelay
instance.DraggingDelay = value
public:
property long long DraggingDelay {
long long get ();
void set (long long value);
}
Property Value
Type:
Int64See Also