Skip to main content
1 of 12
Sjoerd C. de Vries
  • 66.4k
  • 15
  • 192
  • 337

Items known by CurrentValue

CurrentValue can be used to poll the state of numerous system values such as the mouse position. Its help page doesn't list all possible items, though. An item like "TooltipFontFamily" isn't listed but it works nevertheless:

In[49]:= CurrentValue["TooltipFontFamily"] Out[49]= "Segoe UI" 

My question is: where can I find a (more) complete list of items that can be used with CurrentValue. Or, alternatively, how could I programmatically generate such a list?

Sjoerd C. de Vries
  • 66.4k
  • 15
  • 192
  • 337