Click or drag to resize

Interaction Class

Displays an interaction dialog over one of its inputs.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.CommandsTwoInputsCommandObject, Object
            MediaCy.Commands.WorkflowInteraction

Namespace:  MediaCy.Commands.Workflow
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Interaction
	Inherits TwoInputsCommand(Of Object, Object)

The Interaction type exposes the following members.

Constructors
  NameDescription
Public methodInteraction
Initializes a new instance of the Interaction class
Public methodInteraction(McCommand)
Initializes a new instance of the Interaction class
Top
Properties
  NameDescription
Public propertyIsInteracting (Overrides McCommandIsInteracting.)
Public propertyTimeout
When greater than 0, will cause the interaction prompt to close after this amount of ms.
Top
Methods
  NameDescription
Public methodShowInteraction (Overrides McCommand.ShowInteraction(Rectangle).)
Top
Remarks