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


In This Topic
AddSmartControl Method
In This Topic
Adds a SmartUx Control to the view window.
Syntax
'Declaration
 
Sub AddSmartControl( _
   ByVal control As ISmartControl _
) 
 
'Usage
 
Dim instance As IView
Dim control As ISmartControl
 
instance.AddSmartControl(control)

Parameters

control
A SmartUx Control
See Also