Versions Compared

Key

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

...

The Theme property establishes the visual presentation of the shortcut bar, and there are 12 styles to choose from. Furthermore, themes have their own hot track styles and margin settings, which will be used if you have the HotTrackStyle or Margins property set to "Default". However, you can modify the hot track style or margins of any theme to suit your needs.

Some themes render special groups differently for emphasis. See the GroupSpecial property for more details.

Here are screenshots of the available themes. Note that these screenshots were taken in Windows 8.1, and some themes adjust to the systems colors and may therefore be different on your system.

         Image Removed

  • Office2000

    Image Removed

Image Removed

...

Image Removed

...

Image Removed

...

Image Removed

WinXPPlain

...

Office2000

Office2003

WinXP

Office2000Plain 

OfficeXPPlain

Office2003Plain

Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
WinXPPlainToolboxToolboxWhidbeyListViewListViewOfficeXPListViewOffice2003
Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
Office2007BlueOffice2007BlackOffice2007SilverOffice2010BlueOffice2010BlackOffice2010Silver
Image AddedImage AddedImage AddedImage AddedImage AddedImage Added
Windows7Office2013VisualStudio2012Light

VisualStudio2012Dark

  
Image AddedImage AddedImage AddedImage Added  

...

Example

Code Block
// Set an Office theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "Office2003") 

// Set a plain theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "OfficeXPPlain") 

// Set a toolbox theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "ToolboxWhidbey") 

// Set a list view theme 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.Theme", "ListViewOffice2003")

See Also

HotTrackStyleMarginsGroupSpecial