WindowWorkspace.SetWindowLocation Method

Sets the location information for the given form.

Namespace: Microsoft.Practices.CompositeUI.WinForms
Assembly: Microsoft.Practices.CompositeUI.WinForms (in microsoft.practices.compositeui.winforms.dll)

Syntax

'Declaration
Protected Sub SetWindowLocation ( _
    form As Form, _
    info As WindowSmartPartInfo _
)
'Usage
Dim form As Form
Dim info As WindowSmartPartInfo

Me.SetWindowLocation(form, info)
protected void SetWindowLocation (
    Form form,
    WindowSmartPartInfo info
)
protected:
void SetWindowLocation (
    Form^ form, 
    WindowSmartPartInfo^ info
)
protected void SetWindowLocation (
    Form form, 
    WindowSmartPartInfo info
)
protected function SetWindowLocation (
    form : Form, 
    info : WindowSmartPartInfo
)

Parameters

  • form
  • info

See Also

Reference

WindowWorkspace Class
WindowWorkspace Members
Microsoft.Practices.CompositeUI.WinForms Namespace