RichTextBox for WinRT
AddBefore Method


An existing child of this C1HtmlElement.
The child to add to this C1HtmlElement.
Adds a child to this C1HtmlElement before an exisiting child.
Syntax
'Declaration
 
Public Sub AddBefore( _
   ByVal reference As C1HtmlNode, _
   ByVal child As C1HtmlNode _
) 
'Usage
 
Dim instance As C1HtmlElement
Dim reference As C1HtmlNode
Dim child As C1HtmlNode
 
instance.AddBefore(reference, child)
public void AddBefore( 
   C1HtmlNode reference,
   C1HtmlNode child
)

Parameters

reference
An existing child of this C1HtmlElement.
child
The child to add to this C1HtmlElement.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1HtmlElement Class
C1HtmlElement Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback