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.
Move And Resize the window with new position and size.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub MoveAndResize ( _
left As Integer, _
top As Integer, _
width As Integer, _
height As Integer _
)
'Usage
Dim instance As ConversationWindow
Dim left As Integer
Dim top As Integer
Dim width As Integer
Dim height As Integer
instance.MoveAndResize(left, top, width, _
height)
public void MoveAndResize(
int left,
int top,
int width,
int height
)
Parameters
- left
Type: System.Int32
- top
Type: System.Int32
- width
Type: System.Int32
- height
Type: System.Int32