[Visual
Basic] imagekitcontrolname.RectColor2
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetRectColor2()
imagekitcontrolname.SetRectColor2(long Val)
imagekitcontrolname.SetRectColor2(long Val)
Property Value
RectColor1 - one of the
colors in the dotted line that distinguishes the selected area in
the ImageKit Control.
RectColor2 - the other color in the dotted line that
distinguishes the selected area in the ImageKit Control.
Explanation
The RectColor2 property and the RectColor1 property set the colors of
the dotted line that distinguishes the selected area in the
ImageKit Control. Color can be set using RGB(Red, Green, Blue) or
the equivalent value.
Ex.
RectColor2 = RGB(255, 0, 0)
Or
RectColor2 = &H000000FF&
(VisualBasic)
The RectColor1 and
RectColor2 properties are enabled when the RectDraw property is true.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.