ConversationWindow.Resize method

Resize the window.

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

Syntax

'Declaration
Public Sub Resize ( _
    width As Integer, _
    height As Integer _
)
'Usage
Dim instance As ConversationWindow
Dim width As Integer
Dim height As Integer

instance.Resize(width, height)
public void Resize(
    int width,
    int height
)

Parameters

See also

Reference

ConversationWindow class

ConversationWindow members

Microsoft.Lync.Model.Extensibility namespace