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

BringToFront Method (AnnAutomation)






true to bring the object(s) to the top of the Z-order; false to bring the object(s) one level up only
Brings the currently selected object(s) up in the Z-order. .NET support Silverlight support
Syntax
public virtual void BringToFront( 
   bool first
)
'Declaration
 
Public Overridable Sub BringToFront( _
   ByVal first As Boolean _
) 
'Usage
 
Dim instance As AnnAutomation
Dim first As Boolean
 
instance.BringToFront(first)
public virtual void BringToFront( 
   bool first
)
 function Leadtools.Windows.Annotations.AnnAutomation.BringToFront( 
   first 
)
public:
virtual void BringToFront( 
   bool first
) 

Parameters

first
true to bring the object(s) to the top of the Z-order; false to bring the object(s) one level up only
Remarks
Use this method with first set to true to bring the object(s) to the top of the Z-order, and set first to false to bring the object(s) up one level. You can determine whether you can bring the objects up or to the top by calling the CanBringToFront and CanBringToFirst 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.