Поделиться через


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