Click or drag to resize

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
Syntax
VB
Public Enumeration mcPanScrollToolCommandFlags
Members
  Member nameValueDescription
mcpstcfClipCursor1Option flag: During Pan/Scroll trackingthe cursor is clipped to movements that actually move the pan or scroll
mcpstcfStartPanScroll4096Action 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.
mcpstcfStopPanScroll8192Action flag: Stop Pan/Scroll tracking asif the left mouse button were released.
See Also