Moves the conversation window to the specified position.

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

Syntax

C#
public 
void 
Move(
	
int 
left,
	
int 
top
)

Parameters

left
Type: System . . :: . . Int32
top
Type: System . . :: . . Int32

See Also