This property sets the caption in the Pan Window
[Visual
Basic] imagekitcontrolname.PanWindow.Caption
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetPanWindow().GetCaption()
imagekitcontrolname.GetPanWindow().SetCaption(LPCTSTR Val)
imagekitcontrolname.GetPanWindow().SetCaption(LPCTSTR Val)
Property Value
The string for the caption in the Pan Window
Explanation
The Caption property sets the caption in the Pan Window.
If no text has been entered into the Caption property and the CloseBox property is False then the PanWindow will have no title bar and can not be moved with the mouse.
The Caption property corresponds to the Display Control's PanWindowCaption property in earlier versions of the ImageKit.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.