AD
Administrator
Syncfusion Team
November 7, 2002 07:00 PM UTC
Alex,
Translating items (for different languages?) should be done within your Form's constructor, since I suppose this will be done only once every app instantiation.
Updating the menu item's properties (like Enabled, etc), can be done whenever an event occurs (except the Paint event, which is really a bad idea as it might cause recursive paints). You could also listen to the Application.Idle event and update the menu items, if necessary.
Regards,
Praveen Ramesh