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

Compare with Current View Page History

Version 1 Current »

The color of the signature.

Usage

Set_Property(OLECtrlEntID, "OLE.SignatureColor", Color)

Values

Color can be any Color value.

Default: Auto

Remarks

The SignatureColor property establishes the color used to draw the user's signature strokes. This can be set to any valid Color type.

Example

 // Set the signature color 
Set_Property(@Window:".OLE_SIGNATURE", "OLE.SignatureColor", "Blue")

See Also

SignatureWidthLineColorXColor

  • No labels