Versions Compared

Key

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

Determines whether or not the button's background is drawn.

Table of Contents

Usage

Code Block
languagebp
Set_Property(OLECtrlEntID, "OLE.BackVisible", Boolean)

...

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)

See Also

Background