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
'Declaration
 
Public Sub SelectAll( _
   ByVal selection As Boolean _
) 
'Usage
 
Dim instance As ElementCollection
Dim selection As Boolean
 
instance.SelectAll(selection)
public void SelectAll( 
   bool selection
)
public: void SelectAll( 
   bool selection
) 
public:
void SelectAll( 
   bool 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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback