WinXClip_IsImage


WinXClip_IsImage ()

Checks to see if there is an image on the clipboard

Parameter Description

Returns

$$TRUE if the clipboard contains an image, otherwise $$FALSE

Remarks

none

Examples

' Check the clipboard for an image
IF WinXClip_IsImage () THEN PRINT "Image" ELSE PRINT "Not Image "

Related Links

WinXClip_IsString
WinXClip_GetImage
WinXClip_PutImage