The BringToFront Method supports WPF/Silverlight.
The BringToFront Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- first
- true to bring the object(s) to the top of the Z-order; false to bring the object(s) one level up only
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAutomation Dim first As Boolean instance.BringToFront(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
For C#/VB examples, refer to CanBringToFront.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)