Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / IView Interface / CreateSmartDatePicker Method


In This Topic
    CreateSmartDatePicker Method
    In This Topic
    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