Is there a way to determine if an item, in my case the webbrowser, is selected?
example: control.select() = true;
note: I know that the example is not correct, but it is only to show an example of what I want.
When I do a button that executes: webBrowser1.Select();
It selects correctly but if its executed twice. It becomes unselected.
I understand why it happens, but is there way to make it selected that doesn't get unselected if executed twice.