IsReservedLocation Method (DateTimeCellType)
In This Topic
Determines whether the specified cursor location has special meaning to the editor control.
Syntax
'Declaration
Public Overridable Function IsReservedLocation( _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal As Appearance, _
ByVal As Object, _
ByVal As Single _
) As Object
'Usage
Dim instance As DateTimeCellType
Dim g As Graphics
Dim x As Integer
Dim y As Integer
Dim rc As Rectangle
Dim appearance As Appearance
Dim value As Object
Dim zoomFactor As Single
Dim value As Object
value = instance.IsReservedLocation(g, x, y, rc, appearance, value, zoomFactor)
public virtual object IsReservedLocation(
Graphics ,
int ,
int ,
Rectangle ,
Appearance ,
object ,
float
)
Parameters
- g
- Graphics device interface for drawing the editor control
- x
- X-coordinate of pointer location
- y
- Y-coordinate of pointer location
- rc
- Location and size of a rectangular region
- appearance
- Appearance settings of the editor control
- value
- Object that contains the name of the editor control
- zoomFactor
- Numeric value for scaling the display of the editor control
See Also