[Visual
Basic] imagekitcontrolname.BorderColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetBorderColor()
imagekitcontrolname.SetBorderColor(long Val)
imagekitcontrolname.SetBorderColor(long Val)
Property Value
Value | Explanation |
---|---|
BorderColor | The ImageKit Control's border color |
Explanation
The BorderColor property sets the color for the border of
the ImageKit Control. To set color, please use the appropriate
RGB(Red, Green, Blue) value.
The BorderColor property is enabled when the Apperance property is 0 (ikFlat) and
the BorderVisible property
is True.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.