Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ImageViewerAutoItemMode Enumeration

Show in webframe
Specifies how to use the item in the interactive mode.
Syntax
Leadtools.Controls.ImageViewerAutoItemMode = function() { };
Leadtools.Controls.ImageViewerAutoItemMode.prototype = {
	none = 0,
	never = 1,
	autoSet = 2,
	autoSetActive = 3,
	
 };
Members
ValueMemberDescription
0none Do not set Item. Leave it as it is.
1never Do not use Item, always treat is as null, ImageViewerSelectItemsInteractiveMode uses this value since it never works on a specific item.
2autoSet Perform hit-testing and if any is found, set it in Item. If no item is found then the mode will not work.
3autoSetActive 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.

See Also

Reference

Leadtools.Controls Namespace

Error processing SSI file