Click or drag to resize

OneInputToggleCommandInputType Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsToggleCommand
          MediaCy.CommandsOneInputToggleCommandInputType

Namespace:  MediaCy.Commands
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class OneInputToggleCommand(Of InputType)
	Inherits ToggleCommand

Type Parameters

InputType

The OneInputToggleCommandInputType type exposes the following members.

Constructors
  NameDescription
Public methodOneInputToggleCommandInputType
Initializes a new instance of the OneInputToggleCommandInputType class
Public methodOneInputToggleCommandInputType(String)
Initializes a new instance of the OneInputToggleCommandInputType class
Public methodOneInputToggleCommandInputType(McCommand)
Initializes a new instance of the OneInputToggleCommandInputType class
Top
Properties
  NameDescription
Public propertyInput
Top
Methods
  NameDescription
Public methodRun
Handle the variable assignments and command execution when running in a script.
Top
See Also