The ImageKit PanWindow interface exposes properties and methods for displaying the pan window in the ImageKit Control.
Property List
| Custom Properties | Explanation |
|---|---|
| Caption | Sets the caption in the Pan Window |
| CloseBox | Sets whether or not there is a close button on the Pan Window title bar |
| Color | Sets the color of the Pan Window background |
| EnableClick | Sets whether or not a mouse click is enabled within the Pan Window |
| Enabled | Sets whether or not a mouse and keyboard events are enabled within the Pan Window |
| Hwnd | Refers to the window handle of the Pan Window |
| Left | Sets where the left position of the Pan Window will be placed on the screen |
| MouseCursorFile | Sets the name of the cursor file that defines the cursor used inside the Pan Window |
| MouseCursorType | Sets the shape of the cursor that is used inside the Pan Window |
| RectColor | Sets the color of the rectangle border in the Pan Window |
| RectMouseCursorFile | Sets the name of the cursor file that defines the cursor used when the mouse is pressed in the rectangel in the Pan Window |
| RectMouseCursorType | Sets the shape of the cursor that is used inside the rectangle in the Pan Window |
| RectReverse | Sets whether the RGB values (the colors) within the rectangle in the Pan Window are normal or reversed |
| RefineImage | Sets whether or not an image will be displayed in high quality (8 bit grayscale) in the Pan Window |
| Size | Sets the size of the Pan Window in pixels |
| Top | Sets where the top position of the Pan Window will be placed on the screen |
Method List
| Custom Method | Explanation |
|---|---|
| Show | Displays the Pan Window |