Share via


ConversationWindow.Move method

Move the window to new position.

Namespace:  Microsoft.Lync.Model.Extensibility
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Sub Move ( _
    left As Integer, _
    top As Integer _
)
'Usage
Dim instance As ConversationWindow
Dim left As Integer
Dim top As Integer

instance.Move(left, top)
public void Move(
    int left,
    int top
)

Parameters

See also

Reference

ConversationWindow class

ConversationWindow members

Microsoft.Lync.Model.Extensibility namespace