Spread 8.0 Documentation
Standard Visual Basic Events Supported by the fpSpread Control
Support Options
ActiveX Reference > ActiveX Events > Standard Visual Basic Events Supported by the fpSpread Control

Glossary Item Box

Standard Visual Basic Events Supported by the fpSpread Control


The following table lists the standard Visual Basic events that are supported by the fpSpread control. Refer to the Visual Basic documentation for more information about these events.

DragDrop KeyPress* MouseMove
DragOver KeyUp* MouseUp
GotFocus LostFocus Validate (Visual Basic 6.0 or later)
KeyDown* MouseDown

Note: The KeyDown, KeyPress, and KeyUp events will occur if you use the fpSpread control in a scripting environment (for example, Microsoft's Visual InterDev or Internet Explorer) or a non-scripting environment. However, if you want to use the fpSpread control in a scripting environment and you want to change any parameter that is not passed "ByVal", you must set the ScriptEnhanced property to True and use the ScriptKeyDown, ScriptKeyPress, or ScriptKeyUp events. ScriptKeyDown, ScriptKeyPress, or ScriptKeyUp event parameters that are not passed "ByVal" are declared as variants.

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.