Spread 8.0 Documentation
CursorIcon Property
Support Options
ActiveX Reference > ActiveX Properties > CursorIcon Property

Glossary Item Box

CursorIcon Property


See Also    DLL    Example

Applies To

fpSpread control

Description

Sets or returns the icon to display as the custom pointer. This property is available at run time only.

Syntax

C++

CPicture CSpreadSheet::GetCursorIcon( );
void CSpreadSheet::SetCursorIcon(LPDISPATCH value);

Visual Basic

[form.]fpSpread.CursorIcon[ = picture]

Remarks

This setting is applied to the entire workbook, including all sheets in the control.

Use this property to specify the custom pointer to display when the CursorStyle property is set to 0 (User Defined). Set the CursorIcon property before setting the CursorStyle property.

Specify the area of the control in which the custom pointer appears using the CursorType property.

Data Type

Picture

See Also

Specifying the Pointer

CursorStyle, CursorType properties

DLL Correspondence

SSGetCursor, SSSetCursor functions

Copyright © GrapeCity, inc. All rights reserved.