Accusoft.NotateXpressSdk Namespace > BaseToolbarDefaults Class : Selected Property |
'Declaration Public Property Selected As Boolean
'Usage Dim instance As BaseToolbarDefaults Dim value As Boolean instance.Selected = value value = instance.Selected
public bool Selected {get; set;}
The default value is false .
The Selected attribute of an annotation object determines whether or not an object will be automatically selected.
Visibly you can determine if an element is selected as you can see the squares on the edges of the element if ShowHandles is true.