Accusoft.NotateXpress13.Net
SelectAll Method




A boolean value set to true for all the elements in the collection to be selected. Otherwise, false.
Selects all the elements in the given collection.
Syntax
public void SelectAll( 
   bool selection
)
public: void SelectAll( 
   bool selection
) 
public:
void SelectAll( 
   bool selection
) 
'Declaration
 
Public Sub SelectAll( _
   ByVal selection As Boolean _
) 
 
'Usage
 
Dim instance As ElementCollection
Dim selection As Boolean
 
instance.SelectAll(selection)

Parameters

selection
A boolean value set to true for all the elements in the collection to be selected. Otherwise, false.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback