This property sets the caption in the Pan Window.
[Visual Basic] Public Property Caption As
String
[C#] public string Caption {get; set;}
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.