Versions Compared

Key

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

...

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.

         

         

  • WinXP

       

...

  

...

  • Office2000Plain 

 

...

       

  • OfficeXPPlain

         Image Modified

  • Office2003Plain

       

...

 

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")

...