VideoWindow.SetWindowForeground Method
This method moves the video window to the foreground and optionally gives it focus.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub SetWindowForeground ( _
focus As Integer _
)
'Usage
Dim instance As VideoWindow
Dim focus As Integer
instance.SetWindowForeground(focus)
public void SetWindowForeground(
int focus
)
Parameters
- focus
Type: System.Int32