GoDiagram Web Reference
MoveAfter Method (GoLayer)

the object in this layer that moving will be placed after; if null, moving will be painted as the last (i.e. front-most) object in this layer.
the top-level object in this layer whose Z-order will be changed
Change the Z-order of an object in this layer by moving it to be after (i.e. in front of) another object.
Syntax
'Declaration
 
Public Sub MoveAfter( _
   ByVal dest As GoObject, _
   ByVal moving As GoObject _
) 
public void MoveAfter( 
   GoObject dest,
   GoObject moving
)

Parameters

dest
the object in this layer that moving will be placed after; if null, moving will be painted as the last (i.e. front-most) object in this layer.
moving
the top-level object in this layer whose Z-order will be changed
Remarks
This method signals an exception if moving is not a top-level object in this layer, if dest is not null and is not in this layer, or if you are trying to move an object after (i.e. in front of) itself.
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

GoLayer Class
GoLayer Members
InsertAfter Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback