Versions Compared

Key

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

...

The Border property establishes the kind of border to appear around the edges of the control. There are several types of borders as visualized below:

Example

Code Block
 // Use the XP border 
Set_Property(@Window:".OLE_CONTROL", "OLE.Border", "XP")

...