Accusoft.NotateXpress13.Net
Selected Property (Element)




Gets and sets whether the element has been selected.
Syntax
'Declaration
 
Public Property Selected As Boolean
'Usage
 
Dim instance As Element
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 if the element is selected. Otherwise, false is returned.
Remarks
The default value is false.
See Also

Reference

Element Class
Element Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback