ImagXpress 13 for ActiveX - API Reference > Properties, Methods & Events by Category > Window & Control |
The following properties, methods and events affect either the window associated with the control or the control itself. Many of the items listed that affect the window may be listed as well in the Viewing category.
BorderType | Gets and sets the window style of border for the control. |
ClientHeight | Gets the height of the client area of the control's window. |
ClientWidth | Gets the width of the client area of the control's window. |
ClipboardFormat | Gets and sets the format of the type of image to place on the Window's clipboard. |
CtlFontName | Gets and sets the control’s font name. |
CtlFontSize | Gets and sets the control’s font size. |
CtlHeight | Gets and sets the control window’s height. |
CtlLeft | Gets and sets the control window’s left position. |
CtlTop | Gets and sets the control window’s top position. |
CtlVisible | Gets and sets the control window’s visibility state. |
CtlWidth | Gets and sets the control window’s width. |
Debug | Gets and sets a flag to indicate if debug information is sent to a debug file. |
DebugErrorLevel | Gets and sets the level of debug information that is written to the DebugLogFile. |
DebugLogFile | Gets and sets the file and location of the debug log file. |
DisplayError | Gets and sets the Display Error flag. |
Enabled | Gets and sets the enabled state of the control. |
EvalMode | Gets and sets whether a watermark or dialog box will be displayed periodically when in evaluation mode. |
Font | Gets a Font object. |
hWnd | Gets the window handle of the control. |
ImagError | Gets the control's last error. |
MaxHeight | Gets and sets the maximum height the ImagXpress control can be resized to. |
MaxWidth | Gets and sets the maximum width the ImagXpress control can be resized to. |
MinHeight | Gets and sets the minimum height the ImagXpress control can be resized to. |
MinWidth | Gets and sets the minimum width the ImagXpress control can be resized to. |
MouseIcon | Gets and sets a custom mouse icon. |
MousePointer | Gets and sets the type of mouse pointer displayed when the mouse cursor is inside the object. |
MouseWheelCapture | Gets and sets whether the mouse wheel is captured. |
OLEDropMode | Gets and sets the type of OLE drop to allow if any. |
Persistence | Gets and sets the property persistence flag. |
PropertyLocations | Gets and sets the source from which properties are read. |
RaiseExceptions | Gets and sets whether exceptions are raised. |
ScrollBarLargeChangeH | Gets and sets the scroll amount when the horizontal scroll bar page area (between the thumb and arrow) is clicked. |
ScrollBarLargeChangeV | Gets and sets the scroll amount when the vertical scroll bar page area (between the thumb and arrow) is clicked. |
ScrollBars | Gets and sets the scroll bar property, to indicate whether vertical and/or horizontal scrollbars are enabled. |
ScrollBarSmallChangeH | Gets and sets the horizontal scroll amount when the horizontal scroll bar arrow is clicked. |
ScrollBarSmallChangeV | Gets and sets the scroll amount when the vertical scroll bar arrow is clicked. |
ScrollX | Gets and sets the horizontal position (in pixels) of the scroll rectangle. |
ScrollY | Gets and sets the vertical position (in pixels) of the scroll rectangle. |
ShowHourglass | Gets and sets whether to display the hourglass during processing. |
Timer | Sets the built-in timer interval. |
AboutBox | Displays a dialog box containing ImagXpress version and copyright information. |
Capture | Captures the screen area bounded by the control and saves it to the current image. |
CaptureWindow | Captures the screen area within the specified window and saves it to the current image. |
Copy | Copies the current image to the Window's clipboard. |
CopyRubberbandDIB | Creates a copy of the current DIB bounded by the current rubberband. |
CreateCtlWindow | Creates the ImagXpress Control Window. |
CtlMove | Moves the control window. |
CtlSetFontStyle | Sets the ImagXpress font style. |
DestroyCtlWindow | Destroys the ImagXpress Control Window. |
EventGetEnabled | Returns the enabled status for a particular event. |
EventSetEnabled | Sets the enabled status for a particular event. |
KeysGetEnabled | Check the enabled state of a particular key type. |
KeysSetEnabled | Enables or disable specific types of keys. |
MousePointerIsBuiltin | Retrieves if a mouse pointer is built in or has been set with a custom one loaded by the application. |
MousePointerReset | Resets the mouse pointer to the default built in mouse pointer and releases resources if it is custom mouse pointer. |
MousePointerSetFromCursor | Sets the mouse pointer type to a custom cursor from a handle. |
MousePointerSetFromPicture | Sets the mouse pointer type to be a custom cursor from a picture. |
Paint | Causes the control to immediately repaint. |
Paste | Pastes the current bitmap or DIB from the clipboard. |
Refresh | Causes the control to repaint. |
Click | Raised when the user clicks the mouse on the image. |
DblClick | Raised when the user double-clicks the mouse on the image. |
KeyDown | Raised when a key is pressed while the control has focus. |
KeyPress | Raised when a key is pressed while the control has focus. |
KeyUp | Raised when a key is released while the control has focus. |
MouseDown | Raised when the user presses down on a mouse button over the image. |
MouseMove | Raised each time the mouse moves over an image. |
MouseUp | Raised when the user lifts up on a mouse button while over an image. |
OLEDragDrop | Raised when a source component is dropped onto a target component when the source component determines that a drop can occur. |
OLEDragOver | Raised when one component is dragged over another. |
Resized | Raised when the ImagXpress control resizes. |
Scroll | Raised when the user makes a minor or major adjustment with the scrollbars on an ImagXpress control or when the user pans around the image with either the Hand tool or Pan tool. |
ScrollBarVisibleChanged | Raised when the scrollbar visibility state changes. |
TimerTick | Raised when the ImagXpress component timer times-out. |