~~Title: TabClickData ~~
If a [[:scripting:script_add-ins|script add-in ]]implements the **[[..:scripting_events:ontabclick|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.\\
The string can contain any or all of the following: //shift// //ctrl//, //alt//, //lwin//, //rwin//\\
If no qualifiers were down, the string will be: //none//
$$ tab
$$ //object://**[[tab|Tab]]**
$$ Returns a **[[tab|Tab]]** object representing the tab that was clicked.