![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : ImageViewerAutoItemMode Enumeration |
public enum ImageViewerAutoItemMode : System.Enum
'Declaration
Public Enum ImageViewerAutoItemMode Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | None | Do not set Item. Leave it as it is. |
0x00000001 | Never | Do not use Item, always treat is as null, ImageViewerSelectItemsInteractiveMode uses this value since it never works on a specific item. |
0x00000002 | AutoSet | Perform hit-testing and if any is found, set it in Item. If no item is found then the mode will not work. |
0x00000003 | AutoSetActive | 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. |
ImageViewerAutoItemMode is used as the value for the AutoItemMode property of ImageViewerInteractiveMode.
For an example, refer to AutoItemMode.
System.Object
System.ValueType
System.Enum
Leadtools.Controls.ImageViewerAutoItemMode