Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / Activate Method / Activate(Object,EventArgs) Method

In This Topic
    Activate(Object,EventArgs) Method
    In This Topic
    For internal use only.
    Syntax
    'Declaration
     
    Public Overloads Sub Activate( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public void Activate( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also