Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / View Object / RemoveSmartControls Method
In This Topic
    RemoveSmartControls Method
    In This Topic
    Removes specified SmartUx controls from the view window.
    Syntax
    expression.RemoveSmartControls( _
       ByVal count As Integer, _
       ByVal decorations() As SmartControl _
    ) 
    where expression is a variable that represents a View Object

    Parameters

    count
    decorations
    See Also