Versions Compared

Key

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

The button's visual style.

Usage

Code Block
Set_Property(OLECtrlEntID, "OLE.Style", OptionValue)

...

The Office XP style should not be confused with the other XP styles. The Office XP style emulates as close as possible the appearance of buttons in Microsoft's Office XP. This style is manually rendered and therefore works on any operating system.

Example

Code Block
 // Set the button to the XP standard button style 
Set_Property(@Window:".OLE_BUTTON", "OLE.Style", "XP") 

 // Set the button to the Office XP toolbar button style 
Set_Property(@Window:".OLE_BUTTON", "OLE.Style", "Office XP Toolbar"