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


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

    Return Value

    A newly created SmartUx Control
    See Also