Determines if the signature baseline is visible.
Set_Property(OLECtrlEntID, "OLE.ShowLine", Boolean) |
[True | False]
Default: True
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.

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