Reflection
AddSmartControl Method


A SmartUx Control
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)
void AddSmartControl( 
   ISmartControl control
)

Parameters

control
A SmartUx Control
See Also