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


In This Topic
    CreateSmartRequiredField Method
    In This Topic
    Creates a SmartUx Control.
    Syntax
    'Declaration
     
    
    Function CreateSmartRequiredField() As ISmartRequiredField
    'Usage
     
    
    Dim instance As IView
    Dim value As ISmartRequiredField
     
    value = instance.CreateSmartRequiredField()
    ISmartRequiredField CreateSmartRequiredField()

    Return Value

    A newly created SmartUx Control
    See Also