This property sets the color of the grid lines in the ImageKit Control
[Visual Basic]   imagekitcontrolname.GridColor [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetGridColor()
                 imagekitcontrolname.SetGridColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.GridColor [= Color ]
[C#.NET]   imagekitcontrolname.GridColor [= Color ]

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 ImageKit10 ActiveX is a product created by Newtone Corporation