Versions Compared

Key

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

...

The ShowX property determines if the "sign here" X is visible. If ShowLine is false, then the "sign here" X is also hidden, regardless of the value of this property.

...

Code Block
// Hide the "sign here" X 
Set_Property(@Window:".OLE_SIGNATURE", "OLE.ShowX", 0)

See Also

ShowLine