Reflection
CreateSmartCustomControl Method


Creates a SmartUx Control.
Syntax
'Declaration
 
Function CreateSmartCustomControl() As ISmartCustomControl
'Usage
 
Dim instance As IView
Dim value As ISmartCustomControl
 
value = instance.CreateSmartCustomControl()
ISmartCustomControl CreateSmartCustomControl()

Return Value

A newly created SmartUx Control
See Also