Versions Compared

Key

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

...

The Theme property defines the control's visual style--how it is rendered. The built in themes are designed to emulate the look and feel of other well known applications. The "Custom" theme works with the Background property to create a look that is unique to your application.

Office2000

Image Removed

Image Added

OfficeXP

  

 

 

...

Image Added

Office2003

...

Image Modified

Office2007Blue

...

Image Modified

Office2007Black

...

Image Modified

Office2007Silver

...

Image Modified

Office2010Blue

...

Image Modified

Office2010Black

...

Image Modified

Office2010Silver

...

Image Modified

Windows7

Image Modified

Office2013

...

Image Modified

...

Custom

Example

Code Block
// Use the Office2003 theme 
Set_Property(@Window:".OLE_POPUP", "OLE.Theme", "Office2003") 

// Use a custom theme 
Set_Property(@Window:".OLE_POPUP", "OLE.Theme", "Custom")

...