[Visual
Basic] imagekitcontrolname.ShowInDisp
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetShowInDisp()
imagekitcontrolname.SetShowInDisp(BOOL Val)
imagekitcontrolname.SetShowInDisp(BOOL Val)
Property Value
The ShowInDisp property sets whether or not the base image is displayed in the ImageKit Control.
Value | Explanation |
---|---|
True | Displays the base image (Default) |
False | Does not display the base image |
Explanation
Using this property, you can switch between displaying or hiding the base image. (The base image is the image pointed to by the ImageHandle property). The default value is True.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.