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

    Parameters

    decoration
    The Screen Decoration to add.
    See Also