[]
Determines whether the specified cursor location has special meaning to the editor control.
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
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 |
Type | Description |
---|---|
object |