Fastest Way to Clear all GUI elements

What would be the fastest way to get rid of all GUI elements on and ADT?
Dispose the UI and recreate, or iterate through all the components and dispose then recreate?

UPDATE
looks like disposing the whole ui element and then recreating it is pretty quick, gonna just go with that.

1 Like

Yep disposing is totally ok