Versions Compared

Key

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

...

ValueAbbr.Description
DefaultDUses the Theme's default hot track style
TextTThe text becomes underlined, but only if the mouse if over the text
ImageIThe image itself is surrounded by a selection rectangle
Item ITThe image and text are surrounded by a selection rectangle
NoneNItems do not respond to mouse hovering

...

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