This property sets the color of the grid lines in the ImageKit Control
[Visual Basic]   imagekitcontrolname.GridColor [= Long ]
[Visual C++]     [long = ]imagekitcontrolname.GetGridColor()
                 imagekitcontrolname.SetGridColor(long Val)

Property Value

GridColor - the color of the grid lines.

Explanation

The GridColor property sets the color of the grid lines in the ImageKit Control. Color can be set using RGB(Red, Green, Blue) or the equivalent value.

Ex.
     GridColor = RGB(255, 0, 0)

     Or

     GridColor = &H000000FF& (VisualBasic)

The GridColor property is enabled when the Grid property is 1 or more.

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.

 

The ImageKit8 ActiveX is a product created by Newtone Corporation