Admin Production rocket
Current Publication

AddSmartControl Method

Reflection Desktop .NET API Guide V17.1
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
A SmartUx Control
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)

                  

                     
                     
void AddSmartControl( 
   ISmartControl control
)

                  

Parameters

control
A SmartUx Control
See Also