Click or drag to resize

SetEditToolState Class

Sets the Selection Tool Edit mode if the active tool is the SelectTool.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.ImageToolsImageToolsCommand
            MediaCy.Commands.Overlays.ImageToolsSetEditToolState

Namespace:  MediaCy.Commands.Overlays.ImageTools
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class SetEditToolState
	Inherits ImageToolsCommand

The SetEditToolState type exposes the following members.

Constructors
  NameDescription
Public methodSetEditToolState
Initializes a new instance of the SetEditToolState class
Public methodSetEditToolState(McCommand)
Initializes a new instance of the SetEditToolState class
Top
Properties
  NameDescription
Public propertyEditToolState
This property is the mcEditToolState to set or toggle when SetEditToolState_Executed is called.
Top
Remarks
If source is not set Input.Value or ICommandSource interface then command will be applied to the active document.
See Also