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.

...

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

See Also

Background