Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Moves the conversation window to the specified 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
- left
Type: System.Int32
- top
Type: System.Int32