I recently moved a listview control inside a SplitContainer. I have a contextmenu_click event containing the following code.
The problem is the ActiveControl is the SplitControl not the listview inside it. Bug??
Visual Basic:
If ActiveControl.Name = lvwLeftList.Name Then...