ImageGear for .NET
Select Method




Pass true to select all marks in the group, false to deselect.
Selects or deselects all marks in the group.
Syntax
'Declaration
 
Public Sub Select( _
   ByVal state As Boolean _
) 
'Usage
 
Dim instance As ImGearARTGroup
Dim state As Boolean
 
instance.Select(state)
public void Select( 
   bool state
)
public: void Select( 
   bool state
) 
public:
void Select( 
   bool state
) 

Parameters

state
Pass true to select all marks in the group, false to deselect.
See Also

Reference

ImGearARTGroup Class
ImGearARTGroup Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback