The RightDoubleClicked event has different arguments for different objects:
Object |
See |
---|---|
ListView and Tab control |
|
TreeView control |
Occurs when the user double-clicks the right mouse button on the ListView control or the tab portion of the Tab control.
Event ID |
Objects |
---|---|
pbm_lvnrdoubleclicked |
ListView |
pbm_tcnrdoubleclicked |
Tab |
Long. Return code choices (specify in a RETURN statement):
0 Continue processing
Occurs when the user double-clicks the right mouse button on the TreeView control.
Event ID |
Objects |
---|---|
pbm_tvnrdoubleclicked |
TreeView |
Long. Return code choices (specify in a RETURN statement):
0 Continue processing