- obj
- The object to move.
- last
- true to make the object the last object in the collection; false to move the object back one index.
Visual Basic (Declaration) | |
---|---|
Public Overridable Sub SendToBack( _ ByVal obj As AnnObjectBase, _ ByVal last As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual void SendToBack( AnnObjectBase obj, bool last ) |
C++/CLI | |
---|---|
public: virtual void SendToBack( AnnObjectBase^ obj, bool last ) |
Parameters
- obj
- The object to move.
- last
- true to make the object the last object in the collection; false to move the object back one index.
For C#/VB examples, refer to AnnObjectCollection.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family