[Visual
Basic] imagekitcontrolname.RectColor1
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetRectColor1()
imagekitcontrolname.SetRectColor1(long Val)
imagekitcontrolname.SetRectColor1(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 RectColor1 property and the RectColor2 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.
RectColor1 = RGB(255, 0, 0)
Or
RectColor1 = &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.