[Visual
Basic] imagekitcontrolname.ShowBackgroundImage
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetShowBackgroundImage()
imagekitcontrolname.SetShowBackgroundImage(BOOL Val)
imagekitcontrolname.SetShowBackgroundImage(BOOL Val)
Property Value
Value | Explanation |
---|---|
True (default) | The image will be displayed in the ImageKit Control background |
False | The image will not be displayed in the ImageKit Control background |
Explanation
The ShowBackgroundImage property sets whether or not an image will be displayed in the ImageKit Control background. Set the background image to be displayed using the BackgroundImageFile property.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.