Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Use a fixed hot track style 
Set_Property(@Window:".OLE_SHORTCUTBAR", "OLE.HotTrackStyle", "Item") 

// Use the theme's hot track style 
Set_Property(@Window:".OLE_SHORTCUTBAR", "OLE.HotTrackStyle", "Default") 

// Don't use any hot tracking 
Set_Property(@Window:".OLE_SHORTCUTBAR", "OLE.HotTrackStyle", "None")

See Also

Theme