Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReservedMouseSupport Interface / IsHoldToSkipAction Method
Object with the reserved cursor.


In This Topic
IsHoldToSkipAction Method
In This Topic
Gets a boolean value indicating whether the user can hold mouse for a while to skip the action.
Syntax
'Declaration
 
Function IsHoldToSkipAction( _
   ByVal o As Object _
) As Boolean
 
'Usage
 
Dim instance As IReservedMouseSupport
Dim o As Object
Dim value As Boolean
 
value = instance.IsHoldToSkipAction(o)

Parameters

o
Object with the reserved cursor.

Return Value

true if user can hold mouse for a while to skip the action; otherwise, false.
See Also