InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiMode Interface / Reset Method


In This Topic
    Reset Method (IUiMode)
    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
    'Declaration
     
    
    Sub Reset() 
    'Usage
     
    
    Dim instance As IUiMode
     
    instance.Reset()
    void Reset()
    See Also