This property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed
[Visual Basic]   imagekitcontrolname.InvalidHatchColor [= OLE_COLOR ]
[Visual C++]     [unsigned long = ]imagekitcontrolname.GetInvalidHatchColor()
                 imagekitcontrolname.SetInvalidHatchColor(unsigned long Val)
[VB.NET]   imagekitcontrolname.InvalidHatchColor [= Color ]
[C#.NET]   imagekitcontrolname.InvalidHatchColor [= Color ]

Property Value

InvalidHatchColor - the color of the hatch pattern shown in the ImageKit Control when an image is not displayed.

Explanation

The InvalildHatchColor property sets the color of the hatch pattern shown in the ImageKit Control when an image is not displayed. Color can be set using RGB(Red, Green, Blue) or the equivalent value

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

     Or

     InvalidHatchColor = &H000000FF& (VisualBasic)

The InvalidHatchColor property is enabled when the value of the InvalidHatchPattern property is more than 1(ikShowHatch).

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