FTestSuite rename with doubleclick
This commit is contained in:
parent
9906661c7e
commit
56ea4ae6dd
1 changed files with 6 additions and 0 deletions
|
@ -452,3 +452,9 @@ Public Sub Form_KeyPress()
|
|||
End Select
|
||||
|
||||
End
|
||||
|
||||
Public Sub lvwSuite_DblClick()
|
||||
|
||||
Try lvwSuite.Current.Rename()
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue