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


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