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
- width
Type: System.Int32
- height
Type: System.Int32