This property sets whether or not there is a close button on the Pan Window title bar.

[Visual Basic] Public Property CloseBox As Boolean
[C#] public bool CloseBox {get; set;}

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 (default)

Explanation

The CloseBox property sets whether or not there is a close button on the Pan Window title bar. When this property is False, the PanWindow can not be moved with the mouse.

If the close button is not displayed on the title bar, the pan window can be hidden using the Show method.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Win.ImageKit

The ImageKit.NET3 is created by Newtone Corporation