Share via


ConversationWindow.FlashExtensibilityWindow method

Start or stop flashing the extensibility window of the given application GUID.

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

See also

Reference

ConversationWindow class

ConversationWindow members

Microsoft.Lync.Model.Extensibility namespace