Determines if the "sign here" X is visible.
Usage
Set_Property(OLECtrlEntID, "OLE.ShowX", Boolean)
Values
[True | False]
Default: True
Remarks
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.
Example
// Hide the "sign here" X Set_Property(@Window:".OLE_SIGNATURE", "OLE.ShowX", 0)