Removes the IScreenPop from the list of available screen pops.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
bool Remove(
	IScreenPop screenPop
)
Visual Basic
Function Remove ( _
	screenPop As IScreenPop _
) As Boolean

Parameters

screenPop
Type: ININ.InteractionClient.AddIn..::..IScreenPop
The IScreenPop to remove.

Return Value

trueTruetruetrue (True in Visual Basic) if removed, falseFalsefalsefalse (False in Visual Basic) if not removed or not found.

See Also