InfoConnect for Airlines
Reset Method (IUiMode)


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