Click or drag to resize

mcDisplayExCommandFlags Enumeration

Predefined flags and command codes for theMcDisplayEx.CommandFlags property.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcDisplayExCommandFlags
Members
  Member nameValueDescription
mcdecfNoFlags0No flags.
mcdecfFillBorderWidthSet1Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the current McDisplayEx.CommandData value is used to set the fill border width to a scalar integral value. See mcAutoZoomMode.mazmAddBorder for more discussion.
mcdecfFillBorderWidthGet2Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the current McDisplayEx.CommandData value is set to the integral fill border width. See mcAutoZoomMode.mazmAddBorder for more discussion.
mcdecfSourceDibAccessGet17Action flag. When assigned to theMcDisplayEx.CommandFlags property with a Mask of 0, the IMcDibAccess instance supplied by the current IMcDisplayEx.SourceToDisplay is placed in McDisplayEx.CommandData as an Object (VARTYPE VT_UNKNOWN). If the SourceToDisplay is Nothing or has no information to display, then the CommandData will be Nothing as well. The McDisplayEx.CommandData is cleared to Empty once it is accessed. Note that there is no corresponding "Set" action flag, because an assignment to IMcDisplay.ImageToDisplay or IMcDisplayEx.SourceToDisplay will determine the IMcDibAccess instance that is used to generate the display Dib.
mcdecfSetScrollBarTemplateArrowWidth32Action flag for internal use.When assigned to the McDisplayEx.CommandFlags property with a Mask of 0, before using the mcdecfSetScrollBarTemplateBitmap action flag, specifies the width of the arrow buttons in the horizontal scroll bar templates. Values of 15-19 are accepted; 0 indicates the default of 17 pixels.
mcdecfSetScrollBarTemplateBitmap33Standard flags
mcdecfDataGet-556883968When assigned, gets the data elementidentified by the lowest 12 bits of the command into CommandData. CommandData is cleared once it is next accessed.
mcdecfDataSet-556879872When assigned, sets the data elementidentified by the lowest 12 bits of the command from the current CommandData. CommandData is cleared after its value is stored.
mcdecfDataClear-556875776When assigned, clears the dataelement identified by the lowest 12 bits of the command.
mcdecfDataClearAll-556871680When assigned, clears all storeddata elements.
mcdecfDataList-556867584When assigned, sets CommandDatato an array of integers identifying the storage elements than have been assigned to and not yet cleared.
mcdecfDataElementMask4095A mask for the data element portionof the mcdecfDataXxxx action commands.
See Also