←Select platform

CanSendToLast Property

Summary
Gets a value that indicates whether this AnnAutomation can send the currently selected object(s) to the bottom of the Z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanSendToLast { get; } 
@property (nonatomic, assign, readonly) BOOL canSendToLast; 
public boolean canSendToLast(); 
public:  
   property bool CanSendToLast 
   { 
      bool get() 
   } 
CanSendToLast # get  (AnnAutomation) 

Property Value

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

Remarks

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

Requirements

Target Platforms

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.