Click or drag to resize

ClickOnWorkspace Class

Prompts to select one or several documents or windows in the Image Strip.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.Commands.WorkflowClickOnWorkspace

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

The ClickOnWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodClickOnWorkspace
Initializes a new instance of the ClickOnWorkspace class
Public methodClickOnWorkspace(McCommand)
Initializes a new instance of the ClickOnWorkspace class
Top
Properties
  NameDescription
Public propertyPixelLocation
Returns the selected pixel location, or (-1,-1) if no location was selected.
Public propertySelectDocuments
Returns documents when True, windows otherwise.
Top
Methods
  NameDescription
Public methodRun
Public methodSaveAsCode (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).)
Top
Remarks