Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / CreateElement Method

In This Topic
    CreateElement Method (XHTMLItemBase)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Function CreateElement( _
       ByVal tag As System.String _
    ) As System.Xml.XmlNode
    protected System.Xml.XmlNode CreateElement( 
       System.string tag
    )

    Parameters

    tag
    See Also