backanim

  JR-FileViewer
Properties   Methods   Events
   

jrsoftlogo

            OnItemDblClick

           

  Description:

Fired when a ListItem is double-clicked.

If the item is a file, then that file is opened with its associated application (AllowFileExecution property = True)
If the item is a folder, then the contents of the folder are displayed (AllowDiveIntoFolders property = True)

         

  ico_syntax   Syntax:

Sub FileViewer1.OnItemDblClick(ByVal Item As _JRFileListItem, ByVal Cancel As Boolean)

 

  ico_einstellungen
Return Values:

JRFileListItem

a object with up to 17 informations of the file

Cancel

If you Cancel the operation so you can define your own custom operation in this event.

           

  ico_einstellungen   Example: