[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditBaseCellType.IsReservedLocation

IsReservedLocation Method

IsReservedLocation(Graphics, int, int, Rectangle, Appearance, object, float)

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

Declaration
public override object IsReservedLocation(Graphics g, int x, int y, Rectangle rc, Appearance appearance, object value, float zoomFactor)
Public Overrides Function IsReservedLocation(g As Graphics, x As Integer, y As Integer, rc As Rectangle, appearance As Appearance, value As Object, zoomFactor As Single) As Object
Parameters
Type Name Description
Graphics g

Graphics device interface for drawing the editor control

int x

X-coordinate of pointer location

int y

Y-coordinate of pointer location

Rectangle rc

Location and size of a rectangular region

Appearance appearance

Appearance settings of the editor control

object value

Object that contains the name of the editor control

float zoomFactor

Numeric value for scaling the display of the editor control

Returns
Type Description
object
Overrides