[Visual
Basic] imagekitcontrolname.Edit.BackColor
[ = Long ]
[Visual
C++] [long=
]imagekitcontrolname.GetEdit().GetBackColor()
imagekitcontrolname.GetEdit().SetBackColor(long Val)
imagekitcontrolname.GetEdit().SetBackColor(long Val)
Property Value
BackColor is the ImageKit Control's background color.
Explanation
The BackColor property sets the color for the background 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.