Click or drag to resize

mcGraphOverlayActions Enumeration

Legal values for the ActionOfInterest argument to the IsActionAvailable method.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcGraphOverlayActions
Members
  Member nameValueDescription
mcgoaMoveBackward1Check if at least one selected object may be moved
mcgoaMoveForward2Check if at least one selected object may be moved
mcgoaMoveToBack3Check if at least one selected object may be moved
mcgoaMoveToFront4Check if at least one selected object may be moved
mcgoaEditCut5Check if an EditCut is possible. This will be TRUE if any selected objects are deletable.
mcgoaEditCopy6Check if an EditCopy is possible. This will be TRUE if there are any selected objects.
mcgoaEditClear7Check if an EditClear is possible. This will be TRUE if any selected objects are deletable.
mcgoaEditProperties8Check if there is a single Selected McGraphObj and an EditProperties call on it is possible.
mcgoaBurnIn9Check if there is anything to burn in (i.e., any visible graph objects).
mcgoaSelect10Check if there is anything selectable by the user (i.e., any visible, selectable graph objects).
mcgoaMoveSelectedObjects11Check if there are any selected objects with the mcgsAllowMove Style bit set.
mcgoaMoveHandle12Check if there are is a single selected object with the mcgsAllowResize Style bit set.
mcgoaRotateObject13Check if there are is a single selected object with the mcgsAllowRotate Style bit set.
mcgoaGroup14Check if there are two or more selected objects with the mcgsAllowGrouping Style bit set.
mcgoaUngroup15Check if there is a single selected McGraphObjGroup of GroupType mgogtSelection.
mcgoaBitmapOnClipboard16Check if there is an image or bitmap on the clipboard compatible with McGraphObjBitmap.SetBitmapFromClipboard.
mcgoaCanConvertToPoly17Check if one or more selected objects can be converted with McGraphOverlayEx.ConvertToPoly.
mcgoaEditablePoly18Check if there is a singly selected McGraphPoly object with the mcgsAllowResize Style bit set.
mcgoaResetAutoLabelPositionAllObjects19Check if there any labels which have a fixed doc location.
mcgoaResetAutoLabelPositionSelectedOnly20Check if there any labels of selected objects which have a fixed doc location.
See Also