ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / ViewSetDesignerComponentTray Class / SetTrayLocation Method

In This Topic
    SetTrayLocation Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetTrayLocation( _
       ByVal receiver As System.ComponentModel.IComponent, _
       ByVal location As System.Drawing.Point _
    ) 
    public void SetTrayLocation( 
       System.ComponentModel.IComponent receiver,
       System.Drawing.Point location
    )

    Parameters

    receiver
    location
    See Also