backanim

  JR-FileViewer
Properties   Methods   Events
   

jrsoftlogo

            OnItemRightClick

           

  Description:

Fired when a ListItem is right-clicked.

           

  ico_syntax Syntax:

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

 

  ico_einstellungen
Return Values:

JRFileListItem

a object with up to 17 informations of the file

Cancel

The user can break the function (No dive into folder, no start program and so on)

 

           

  ico_einstellungen Example: