The width of the "sign here" X.
Usage
Set_Property(OLECtrlEntID, "OLE.XWidth", Value)
Values
Value can be any positive or negative whole number:
Default: 1
Remarks
The XWidth property establishes the width, in pixels, of the pen used to draw the "sign here" X. This can be set to any valid Integer value.
Example
// Set the width of the "sign here" X pen Set_Property(@Window:".OLE_SIGNATURE", "OLE.XWidth", 2)