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


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