Accusoft.NotateXpress13.Net
FirstSelected Method




Returns the first selected element in the collection.
Syntax
'Declaration
 
Public Function FirstSelected() As Element
'Usage
 
Dim instance As ElementCollection
Dim value As Element
 
value = instance.FirstSelected()
public Element FirstSelected()
public: Element* FirstSelected(); 
public:
Element^ FirstSelected(); 

Return Value

The first selected Element. If there are none, this method returns null.
Remarks

To retrieve the remaining selected items after calling this method, call the NextSelected method.

See Also

Reference

ElementCollection Class
ElementCollection Members
NextSelected Method
Element Class

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback