InsertImageAtSelection Method
In This Topic
Inserts an image at the current cursor position.
Syntax
'Declaration
Public Sub InsertImageAtSelection( _
ByVal As System.Drawing.Image, _
Optional ByVal As System.String _
)
public void InsertImageAtSelection(
System.Drawing.Image ,
System.string
)
Parameters
- img
- Image to insert.
- altText
- Alternative text for image.
See Also