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
SyntaxPublic Enumeration mcGraphOverlayActions
Members
| Member name | Value | Description |
---|
| mcgoaMoveBackward | 1 | Check if at least one selected object may be moved |
| mcgoaMoveForward | 2 | Check if at least one selected object may be moved |
| mcgoaMoveToBack | 3 | Check if at least one selected object may be moved |
| mcgoaMoveToFront | 4 | Check if at least one selected object may be moved |
| mcgoaEditCut | 5 | Check if an EditCut is possible. This will be TRUE if any selected objects are deletable. |
| mcgoaEditCopy | 6 | Check if an EditCopy is possible. This will be TRUE if there are any selected objects. |
| mcgoaEditClear | 7 | Check if an EditClear is possible. This will be TRUE if any selected objects are deletable. |
| mcgoaEditProperties | 8 | Check if there is a single Selected McGraphObj and an EditProperties call on it is possible. |
| mcgoaBurnIn | 9 | Check if there is anything to burn in (i.e., any visible graph objects). |
| mcgoaSelect | 10 | Check if there is anything selectable by the user (i.e., any visible, selectable graph objects). |
| mcgoaMoveSelectedObjects | 11 | Check if there are any selected objects with the mcgsAllowMove Style bit set. |
| mcgoaMoveHandle | 12 | Check if there are is a single selected object with the mcgsAllowResize Style bit set. |
| mcgoaRotateObject | 13 | Check if there are is a single selected object with the mcgsAllowRotate Style bit set. |
| mcgoaGroup | 14 | Check if there are two or more selected objects with the mcgsAllowGrouping Style bit set. |
| mcgoaUngroup | 15 | Check if there is a single selected McGraphObjGroup of GroupType mgogtSelection. |
| mcgoaBitmapOnClipboard | 16 | Check if there is an image or bitmap on the clipboard compatible with McGraphObjBitmap.SetBitmapFromClipboard. |
| mcgoaCanConvertToPoly | 17 | Check if one or more selected objects can be converted with McGraphOverlayEx.ConvertToPoly. |
| mcgoaEditablePoly | 18 | Check if there is a singly selected McGraphPoly object with the mcgsAllowResize Style bit set. |
| mcgoaResetAutoLabelPositionAllObjects | 19 | Check if there any labels which have a fixed doc location. |
| mcgoaResetAutoLabelPositionSelectedOnly | 20 | Check if there any labels of selected objects which have a fixed doc location. |
See Also