Versions Compared

Key

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

...

For example, here is what the button looks like using the Office XP SRP_Button_Control_Property_Style|Style]] while BackVisible is on:

BackVisible Before.pngImage RemovedImage Added

Here is what the same button looks like when the BackVisible property is off.

BackVisible After.pngImage RemovedImage Added

Example

Code Block
languagebp
// Turn off button background 
Set_Property(@Window:".OLE_BUTTON", "OLE.BackVisible", 0)

...