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


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

    Return Value

    A newly created SmartUx Control
    See Also