Reflection
CreateSmartDatePicker Method


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

Return Value

A newly created SmartUx Control
See Also