Click or drag to resize

mcViewNDUserControlFlags Enumeration

Namespace:  MediaCy.IQL.Display.ViewerND
Assembly:  MediaCy.IQL.Display.ViewerND (in MediaCy.IQL.Display.ViewerND.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcViewNDUserControlFlags
Members
  Member nameValueDescription
mcv3ducNone0do not allow user interaction
mcv3ducAllowLButton1allow left mouse button interaction, rotation,zooming,translation
mcv3ducAllowRButton2allow right mouse button interaction, displaying options on Right mouse button Up
mcv3ducAllowMouseWheel4allow mouse wheel zooming volume
mcv3ducAllowAll7allow everything
mcv3ducDisableUserRotation8disable mouse rotation, can be used in TextureMode
mcv3ducEnableOpenGLNotifications16enable OpenGL notifications, such as AboutToPaint(NULL,0) and PostPaint(NULL). The notification can be used by external program to draw new OpenGL objects
See Also