| Visual Basic (Declaration) | |
|---|---|
Public Function AppointmentAt( _ ByVal nX As Integer, _ ByVal nY As Integer _ ) As Integer | |
Parameters
- nX
- The x-coordinate to evaluate.
- nY
- The y-coordinate to evaluate.
Return Value
This method will return the index of the appointment at the specified x and y coordinates. If there is no appointment at that location, a -1 will be returned.The parameters passed to this method are relational to the location in the control, not to the screen.