You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

See Also

ShowLine

  • No labels