This property sets whether or not there is a close button on the Pan Window title bar
[Visual
Basic] imagekitcontrolname.PanWindow.CloseBox
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetPanWindow().GetCloseBox()
imagekitcontrolname.GetPanWindow().SetCloseBox(BOOL Val)
imagekitcontrolname.GetPanWindow().SetCloseBox(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Close button is displayed on the title bar of the Pan Window. |
False | Close button is not displayed on the title bar of the Pan Window. |
Explanation
The CloseBox property sets whether or not there is a close button on the Pan Window title bar.
The CloseBox property corresponds to the Display Control's PanWindowCloseBox 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.