[Visual
Basic] imagekitcontrolname.Edit.EditImageLayerNo
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetEdit().GetEditImageLayerNo()
imagekitcontrolname.GetEdit().SetEditImageLayerNo(short Val)
imagekitcontrolname.GetEdit().SetEditImageLayerNo(short Val)
Property Value
From -1 to 99. The default value is -1
Explanation
This property sets the image that can be edited when the EditEnable property is true. When this property is set to -1, the image set in the ImageHandle property is enable for editing. For values other than -1, the image corresponding to the Layer(EditImageLayerNo).ImageHandle property will be enabled for editing.
Note: For raster images, only the base image layer can be edited. So if the EditImageLayerNo property value is 0 or more and the image referred to by the Layer(EditImageLayerNo).ImageHandle property is a raster image, it cannot be edited.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.