Gets and sets the active image ID for all loading, saving and image processing operations that the user chooses.
Read-write property
Visual Basic |
---|
Public Property ProcessImageID As Long |
The image ID of the active image buffer for all loading, saving and image processing operations.
-
If AutoAssignID is True, then a process image buffer - that is not already in use - is assigned to the control. The value is dynamic and changes even during one session. The value seen at design-time will probably not be the value at run-time.
-
If AutoAssignID is False, then the image buffer ID will always be whatever it was when the control was last saved or as seen in design-time.