Accusoft.NotateXpress13.Net
Selected Property (BaseToolbarDefaults)




Gets and sets whether an element is automatically selected.
Syntax
'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;}
public: __property bool get_Selected();
public: __property void set_Selected( 
   bool value
);
public:
property bool Selected {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to automatically select an elemen when created. Otherwise, false is returned.
Remarks

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.

See Also

Reference

BaseToolbarDefaults Class
BaseToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback