ArcObjects Component Help  (Core)    

IGraphicsContainer.BringForward Method

Move the specified elements one step closer to the top of the stack of elements.

[Visual Basic 6.0]
Sub BringForward(
    ByVal Elements As IEnumElement _
) As Empty
[Visual Basic .NET]
Public Sub BringForward (
    ByVal Elements As IEnumElement _
)
[C#]
public void BringForward (
    IEnumElement Elements
);
[C++]
public: void BringForward (
    IEnumElement Elements
);