Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / RemoveAllSmartControls Method


In This Topic
RemoveAllSmartControls Method
In This Topic
Removes all SmartUx Control from the view window.
Syntax
'Declaration
 
Sub RemoveAllSmartControls() 
 
'Usage
 
Dim instance As IView
 
instance.RemoveAllSmartControls()
See Also