Versions Compared

Key

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

...

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

Example

Code Block
// Hide the signature baseline 
Set_Property(@Window:".OLE_SIGNATURE", "OLE.ShowLine", 0)

See Also

ShowX