RP
Ramesh Praveen
Syncfusion Team
June 2, 2003 12:13 AM UTC
There are 2 ways to do this, listen to the cursor change event in the editor and then update the UI accordingly or listen to the Application.Idle event which will be called periodically whenever the app enters the idle state and update the UI there.
-Praveen