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

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