Aurigma Image Uploader 6.5 Dual
ImageUploader.UploadFileFocused Property
Indicator that tells whether the specified item in the upload list is in focus.
Syntax
Get/Set Value in Runtime
JavaScript
value = getImageUploader("ImageUploaderID").getUploadFileFocused(Index);Parameters
- Index
-
A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].
Property Value
A boolean value (true or false). If true, the specified item is in focus, otherwise - out of focus.
See Also
Reference
- UploadFileAngle Property
- UploadFileCount Property
- UploadFileCountChange Event
- UploadFileDescription Property
- UploadFileFormat Property
- UploadFileGuid Property
- UploadFileHeight Property
- UploadFileHorizontalResolution Property
- UploadFileName Property
- UploadFileRemove() Method
- UploadFileSelected Property
- UploadFileSize Property
- UploadFileType Property
- UploadFileVerticalResolution Property
- UploadFileWidth Property
- Index Property