C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1Editor Class / InsertImageAtSelection Method
Image to insert.
Alternative text for image.

In This Topic
InsertImageAtSelection Method
In This Topic
Inserts an image at the current cursor position.
Syntax
'Declaration
 
Public Sub InsertImageAtSelection( _
   ByVal img As System.Drawing.Image, _
   Optional ByVal altText As System.String _
) 
 

Parameters

img
Image to insert.
altText
Alternative text for image.
See Also