This property sets whether or not the image is displayed in the Pan window.
[Visual
Basic] imagekitcontrolname.Layer(Index).ShowInPanWindow
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetLayer(Index).GetShowInPanWindow()
imagekitcontrolname.GetLayer(Index).SetShowInPanWindow(BOOL Val)
imagekitcontrolname.GetLayer(Index).SetShowInPanWindow(BOOL Val)
* The index can range from 0 to 99
Property Value
The ShowInPanWindow property sets whether or not the image is displayed in the Pan window.
Value | Explanation |
---|---|
True | Displays the image |
False | Does not display the image |
Explanation
The default value is True. Using this property, you can switch between displaying or hiding the image in the Pan window. (The base image is the image pointed to by the Layer(LayerNo)ImageHandle property).
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.