[Visual
Basic] imagekitcontrolname.Edit.ForeColor
[ = Long ]
[Visual
C++] [long=
]imagekitcontrolname.GetEdit().GetForeColor()
imagekitcontrolname.GetEdit().SetForeColor(long Val)
imagekitcontrolname.GetEdit().SetForeColor(long Val)
Property Value
ForeColor is the ImageKit Control's foreground color.
Explanation
The ForeColor property sets the color for the foreground of the ImageKit Control. To set color, please use the appropriate RGB(Red, Green, Blue) value.Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.