mcPanScrollToolCommandFlags Enumeration
|
|
Legal values for the McPanScrollTool's
IMcGraphToolServer.CommandFlags property.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcPanScrollToolCommandFlags
Members
| Member name | Value | Description |
---|
| mcpstcfClipCursor | 1 | Option flag: During Pan/Scroll trackingthe cursor is clipped to movements that actually move the pan or scroll |
| mcpstcfStartPanScroll | 4096 | Action flag: On the next mouse move(or immediately if CommandData is a McView object), initiate Pan/Scroll
tracking as if the left mouse button were pressed. |
| mcpstcfStopPanScroll | 8192 | Action flag: Stop Pan/Scroll tracking asif the left mouse button were released. |
See Also