ImageList.CreateOverlayImage Method (Typed) | |
Create an overlay image from an image in an image list.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreateOverlayImage(
nImageIndex,
nListIndex
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual CreateOverlayImage(
Usual nImageIndex = default,
Usual nListIndex = default
)
Request Example
View SourceParameters
- nImageIndex (Optional)
- Type: Usual
The index of the new overlay image. This can be a value from 1 to 4. If omitted, the new overlay image will be the first in the list. - nListIndex (Optional)
- Type: Usual
The image list index of the image from which to create an overlay image.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
An overlay image is an image drawn over another image. This technique is commonly used in list view and tree view controls. An image list can have up to four overlay images.
See Also