This property sets whether or not there is a close button on the PanWindow 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 PanWindow
False Close button is not displayed on the title bar of the PanWindow (default)

Explanation

The CloseBox property sets whether or not there is a close button on the PanWindow 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 PanWindow can be hidden using the Show method.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation