Editor for WinForms | ComponentOne
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 _
    ) 
    public void InsertImageAtSelection( 
       System.Drawing.Image img,
       System.string altText
    )

    Parameters

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