←Select platform

IsSelected Property

Summary
Gets or sets a value indicating whether the object is selected.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool IsSelected { get; set; } 
@property (nonatomic, assign) BOOL isSelected; 
public boolean isSelected() 
public void setSelected(boolean selected) 
public:  
   property bool IsSelected 
   { 
      bool get() 
      void set(bool value) 
   } 
IsSelected # get and set (AnnObject) 

Property Value

true if the object is selected; otherwise, false. The default value is false.

Remarks

This value is used by the automation framework to keep track of selected objects. In none automated mode, you can use the value of IsSelected as a general property that indicate whether an object is selected.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

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

Leadtools.Annotations.Engine Assembly

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