Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IMarkupServices Interface / CreateElement Method

In This Topic
    CreateElement Method (IMarkupServices)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function CreateElement( _
       ByVal tagID As System.Integer, _
       ByVal pchAttributes As System.String, _
       ByRef ppElement As IHTMLElement _
    ) As System.Integer
    System.int CreateElement( 
       System.int tagID,
       System.string pchAttributes,
       out IHTMLElement ppElement
    )

    Parameters

    tagID
    pchAttributes
    ppElement
    See Also