ConversationWindow.FlashExtensibilityWindow Method
Notifies the user that the given application in the extensibility window needs attention. If the corresponding extensibility window is not in the forground, its tab start to blink.
Namespace: Microsoft.Lync.Model.Extensibility
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Sub FlashExtensibilityWindow ( _
applicationId As String, _
flash As Boolean _
)
'Usage
Dim instance As ConversationWindow
Dim applicationId As String
Dim flash As Boolean
instance.FlashExtensibilityWindow(applicationId, _
flash)
public void FlashExtensibilityWindow(
string applicationId,
bool flash
)
Parameters
- applicationId
Type: System.String
- flash
Type: System.Boolean