PictureMouseDown: function (sender, args);
sender. Event source.
args. Event information. Available arguments: rowIndex - row index for the cell that contains pressed icon, colIndex - table column index for this cell, event - event of clicking on the icon with mouse cursor.
The PictureMouseDown event is fired when the user clicks an icon using mouse.
The example of use is given on the TabSheetSettings.VisibleNormalPictures property description page.
Seebsp;also: