[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject

GetReservedObject Method

GetReservedObject(MouseEventArgs, Keys, Rectangle, SheetView, int, int, object)

Determines whether the specified cursor location has special meaning to the control.

Declaration
object GetReservedObject(MouseEventArgs e, Keys modifiedKeys, Rectangle rc, SheetView sheetView, int row, int column, object value)
Function GetReservedObject(e As MouseEventArgs, modifiedKeys As Keys, rc As Rectangle, sheetView As SheetView, row As Integer, column As Integer, value As Object) As Object
Parameters
Type Name Description
MouseEventArgs e

A MouseEventArgs that contains the event data.

Keys modifiedKeys

A Keys value indicates the modified keys.

Rectangle rc

Location and size of a rectangular region.

SheetView sheetView

The sheet view.

int row

An integer value indicates the row index (view index).

int column

An integer value indicates the column index (view index).

object value

Object that contains the cell value.

Returns
Type Description
object

The specified cursor location has special meaning to the control.