Adds an IScreenPop to 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#
void Add(
	IScreenPop screenPop
)
Visual Basic
Sub Add ( _
	screenPop As IScreenPop _
)

Parameters

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

See Also