Error processing SSI file
(Leadtools.Controls)

Show in webframe

ImageViewerAutoItemMode Enumeration




Specifies how to use the item in the interactive mode.
Syntax
public enum ImageViewerAutoItemMode : System.Enum 
'Declaration
 
Public Enum ImageViewerAutoItemMode 
   Inherits System.Enum
Members
ValueMemberDescription
0x00000000None Do not set Item. Leave it as it is.
0x00000001Never Do not use Item, always treat is as null, ImageViewerSelectItemsInteractiveMode uses this value since it never works on a specific item.
0x00000002AutoSet Perform hit-testing and if any is found, set it in Item. If no item is found then the mode will not work.
0x00000003AutoSetActive Perform hit-testing and if any is found, set it in Item also make it the current ActiveItem. If no item is found then the mode will not work.
Remarks

ImageViewerAutoItemMode is used as the value for the AutoItemMode property of ImageViewerInteractiveMode.

Example

For an example, refer to AutoItemMode.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Controls.ImageViewerAutoItemMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file