LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

SendToBack Method (AnnAutomation)






true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only
Sends the currently selected object(s) down in the Z-order. .NET support Silverlight support
Syntax
public virtual void SendToBack( 
   bool last
)
'Declaration
 
Public Overridable Sub SendToBack( _
   ByVal last As Boolean _
) 
'Usage
 
Dim instance As AnnAutomation
Dim last As Boolean
 
instance.SendToBack(last)
public virtual void SendToBack( 
   bool last
)
 function Leadtools.Windows.Annotations.AnnAutomation.SendToBack( 
   last 
)
public:
virtual void SendToBack( 
   bool last
) 

Parameters

last
true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only
Remarks
Use this method with last set to true to send the object(s) to the bottom of the Z-order, and set last to false to send the object(s) down one level. You can determine whether you can send the objects down or to the bottom by calling the CanSendToBack and CanSendToLast properties, respectively.
Example

For C#/VB examples, refer to CanBringToFront.

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

AnnAutomation Class
AnnAutomation Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.