In This Topic
Determines whether the specified cursor location has special meaning to the control.
Syntax
'Declaration
Function GetReservedObject( _
ByVal As MouseEventArgs, _
ByVal As Keys, _
ByVal As Rectangle, _
ByVal As SheetView, _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Object _
) As Object
'Usage
Dim instance As IReservedMouseSupport
Dim e As MouseEventArgs
Dim modifiedKeys As Keys
Dim rc As Rectangle
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Object
Dim value As Object
value = instance.GetReservedObject(e, modifiedKeys, rc, sheetView, row, column, value)
Parameters
- e
- A System.Windows.Forms.MouseEventArgs that contains the event data.
- modifiedKeys
- A System.Windows.Forms.Keys value indicates the modified keys.
- rc
- Location and size of a rectangular region.
- sheetView
- The sheet view.
- row
- An integer value indicates the row index (view index).
- column
- An integer value indicates the column index (view index).
- value
- Object that contains the cell value.
See Also