imagekitcontrolname.GetEdit().SetEditEnable(Bool Val)
Property Value
Value | Explanation |
---|---|
True | Editing functions enabled |
False | Editing functions disabled (default) |
Explanation
The EditEnable property sets whether or not image editing is enabled. The default value is False.
When this property is true and a raster image is set in the ImageHandle property, the ImageHdc property is enabled and image editing becomes possible using PrintDraw methods. When using the ImageHdc property, grahics and text are written into the image data in the memory. To make these changes permanent, execute the Modify method.
The EditEnable property also allows the image editing toolbars to be used to edit images. For raster images, only the base image can be edited. For vector images, the image set in the EditImageLayerNo property is the image that can be edited.
The EditEnable property corresponds to the Display Control's EditEnable property in earlier versions of the ImageKit.
Setting this value
This value cannot be set at run-time.Retrieving this value
This value can be retrieved at run-time.