Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiMode Object / Reset Method
In This Topic
Reset Method
In This Topic
Resets the collection of sub item user controls that is cached. (The UiMode sub items can be changed by editing the current selection through the UI designer or by changing the user interface template. In these cases, this call refreshes the cached collection of subitems.)
Syntax
expression.Reset() 
where expression is a variable that represents a UiMode Object
See Also