This question is locked. New answers and comments are not allowed.
I am having trouble finding a solution to this need. I have a radTabStrip on a form with one tab created at Design time. This one tab is [Add New] used for adding other tabs. I need to respond to both Right Click (mousedown) and Double click on the Dynamically created tabs. This is no problem on the tab created at design time because it is easy to create the event but can't seem to create an event for the dynamic tabs.
The examples I found in the documentation (responding to right click and double click) only deal with design time tabs. When I use the mouse down and click events for the RadTabStrip itself it respond to clicks on more than just the tabs, but on the control itself.
Any help (guidance) would be appreciated.
I am using VB.net in VS2008.
BTW: Your controls are great!
The examples I found in the documentation (responding to right click and double click) only deal with design time tabs. When I use the mouse down and click events for the RadTabStrip itself it respond to clicks on more than just the tabs, but on the control itself.
Any help (guidance) would be appreciated.
I am using VB.net in VS2008.
BTW: Your controls are great!