XpMenu Update

Hi, I am writing a RTF editor. I need to update a lot of menu and toolbar item depending on where is my cursor in the editor. How can I do this. Any help? Thanks

1 Reply

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

Loader.
Up arrow icon