This property and the RectColor2 property set the colors of the dotted line that distinguishes the selected area in the ImageKit Control
[Visual Basic]   imagekitcontrolname.RectColor1 [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetRectColor1()
                 imagekitcontrolname.SetRectColor1(unsigned long Val)
[VB.NET]   imagekitcontrolname.RectColor1 [= Color ]
[C#.NET]   imagekitcontrolname.RectColor1 [= Color ]

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation