Determines if the signature baseline is visible.

Usage

Set_Property(OLECtrlEntID, "OLE.ShowLine", Boolean)

Values

[True | False]

Default: True

Remarks

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

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

See Also

ShowX

  • No labels