property HTML.ForeColorLocked as Color
Retrieves or sets a value that indicates the control's foreground color when it is locked.

TypeDescription
Color A color expression that specifies the control's foreground color, while the control is locked.
The ForeColorLocked property specifies the control's foreground while it is locked. The Locked property specifies whether the control is read-only. Use the BackColor and ForeColor properties to define the control's background and foreground colors ( when the control is not locked ).