This class serves as the main interface for tracking when DDE screen pops occur.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class ScreenPop
Visual Basic
Public Class ScreenPop

Remarks

A ScreenPop object is used to receive notifications when a DDE screen pop is received. Upon receipt the ScreenPopCreated event is triggered if this ScreenPop object has watching turned on. Watching is turned on and off via the StartWatching()()()() and StopWatching()()()() functions. Screen pops are dde events that are triggered by the "Actions" item in Interaction Administrator.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Interactions..::..ScreenPop

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also