←Select platform

CanSendToBack Property

Summary

Gets a value that indicates whether this AnnAutomation can send the currently selected object(s) down in the Z-order.

Syntax

C#
VB
C++
public virtual bool CanSendToBack { get; } 
  
Public Overridable ReadOnly Property CanSendToBack As Boolean 
public: 
virtual property bool CanSendToBack { 
   bool get(); 
} 

Property Value

true if this AnnAutomation can send the currently selected object(s) down in the Z-order; otherwise, false.

Remarks

Call the SendToBack method to send the object down or to the bottom of the Z-order.

Example

For C#/VB examples, refer to CanBringToFront.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly