Reflection
CreateSmartDropDown Method


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

Return Value

A newly created SmartUx Control
See Also