Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / RemoveSmartControl Method
A SmartUx Control


In This Topic
    RemoveSmartControl Method
    In This Topic
    Removes a SmartUx Control from the view window.
    Syntax
    'Declaration
     
    
    Sub RemoveSmartControl( _
       ByVal control As ISmartControl _
    ) 
    'Usage
     
    
    Dim instance As IView
    Dim control As ISmartControl
     
    instance.RemoveSmartControl(control)
    void RemoveSmartControl( 
       ISmartControl control
    )

    Parameters

    control
    A SmartUx Control
    See Also