[Visual
Basic] imagekitcontrolname.InvalidHatchColor
[= Long ]
[Visual
C++] [long =
]imagekitcontrolname.GetInvalidHatchColor()
imagekitcontrolname.SetInvalidHatchColor(long Val)
imagekitcontrolname.SetInvalidHatchColor(long Val)
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.