Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReservedMouseSupport Interface / ProcessReservedObject Method
The reserved object.


In This Topic
ProcessReservedObject Method
In This Topic
Process the reserved object.
Syntax
'Declaration
 
Function ProcessReservedObject( _
   ByVal o As Object _
) As Object
 
'Usage
 
Dim instance As IReservedMouseSupport
Dim o As Object
Dim value As Object
 
value = instance.ProcessReservedObject(o)

Parameters

o
The reserved object.

Return Value

null if the object is processed; otherwise, an object for the default logic to process.
See Also