Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / SmartControl Object / Activated Event
In This Topic
    Activated Event
    In This Topic
    This event occurs when the host cursor moves under this SmartUx Control.
    Syntax
    private Sub SmartControl_Activated ( 
       ByVal sender As Object _
    ) 

    Parameters

    sender
    The event invoker
    See Also