Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object / RemoveSmartControl Method
The Screen Decoration to remove.
In This Topic
RemoveSmartControl Method
In This Topic
Removes a SmartUx control from the view window.
Syntax
expression.RemoveSmartControl( _
   ByVal decoration As SmartControl _
) 
where expression is a variable that represents a View Object

Parameters

decoration
The Screen Decoration to remove.
See Also