Inserts a new editor part to the zone.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void Insert(
	int index,
	EditorPart part
)
Visual Basic
Public Sub Insert ( 
	index As Integer,
	part As EditorPart
)
Visual C++
public:
void Insert(
	int index, 
	EditorPart^ part
)
F#
member Insert : 
        index : int * 
        part : EditorPart -> unit 

Parameters

index
Type: System..::..Int32
Index at which the part is inserted.
part
Type: System.Web.UI.WebControls.WebParts..::..EditorPart
Part to insert.

See Also