This method retrieves the raster image or the vector image from the clipboard
[Visual Basic]   [ Boolean = ]imagekitcontrolname.GetFromClipBrd
[Visual C++]     [ BOOL = ]imagekitcontrolname.GetFromClipBrd()
[VB.NET]   [ Boolean = ]imagekitcontrolname.GetFromClipBrd()
[C#.NET]   [ bool = ]imagekitcontrolname.GetFromClipBrd()

Parameters

None

Return Value

Returns True (nonzero) if successful, otherwise returns False (0).

Explanation

The GetFromClipBrd method retrieves the raster image or the vector image from the clipboard.

If successful, the image will be set in the property referred to by the LayerNo property (either the ImageHandle property or the Layer(LayerNo).ImageHandle property)

If the retrieved image is a vector image, it will be in EMF format.

The ImageKit10 ActiveX is a product created by Newtone Corporation