Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnObject Class : IsSelected Property |
public bool IsSelected {get; set;}
'Declaration
Public Property IsSelected As Boolean
public bool IsSelected {get; set;}
@property (nonatomic) BOOL isSelected;
public boolean isSelected() public void setSelected(boolean selected)
get_IsSelected();
set_IsSelected(value);
Object.defineProperty('IsSelected');
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.