Versions Compared

Key

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

...

Code Block
* Since "None" is not the first word, it is ignoreignored. Thus, only the left border is drawn 
Set_Property(@Window:".OLE_PICTURE", "OLE.BorderAlignment", "Left None") 

* In this case, "None" works and no border is drawn 
Set_Property(@Window:".OLE_PICTURE", "OLE.BorderAlignment", "None" )

...