Hi,
Can I delete dynamically created UIElements during the execution of the application without quitting the application.
Regards
Meesum
Hi
In your wdDoModifyView use
view.resetView();
Regards,
Shubham
You already have an active moderator alert for this content.
You can also remove/delete UI elements using the corresponding methods of UI element containers and other composite UI elements.
Armin
Add comment