If a script add-in implements the OnTabClick event, the method receives a TabClickData object when a tab is clicked with a qualifier key held down.
Property Name | Return Type | Description |
---|---|---|
qualifiers |
string |
Returns a string indicating any qualifier keys that were held down by the user when the event was triggered. |
tab |
object:Tab |
Returns a Tab object representing the tab that was clicked. |