Spread 8.0 Documentation
CTGetReservedCursor Event
Support Options
ActiveX Reference > ActiveX Events > CTGetReservedCursor Event

Glossary Item Box

CTGetReservedCursor Event


See Also

Applies To

fpSpread control

Description

Occurs when the mouse moves over a reserved location in a custom cell.

Syntax

C++

afx_msg void OnCTGetReservedCursorfpSpread(LPCTSTRName, const VARIANT FAR& EditorControl,long ReservedCursorId, VARIANT FAR*ReservedCursor);

Visual Basic

Sub fpSpread_CTGetReservedCursor(ByVal Name As String, ByVal EditorControl As Variant, ByVal ReservedCursorId AsLong, ReservedCursor As Variant)

Parameters

The following parameters are available:

Parameter Description
Name Name of the custom cell type
EditorControl Editor control to use for editing the cell
ReservedCursorID Reserve cursor id
ReservedCursor Cursor to use with custom cell

Remarks

This event gets the cursor to display. If the id is not 0, this event occurs after the CTIsReservedLocation event. The cursor can be a handle to a Windows cursor object (HCURSOR) or an OLE Picture object which contains an icon to use as the cursor.

See Also

SheetSendingEvent property

SS_CT_GETRESERVEDCURSOR_ARGS structure

CTCancelEditing events

Copyright © GrapeCity, inc. All rights reserved.