ImageGear PDF v25.2 - Updated
Select Method




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTGroup Class : 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

Is this page helpful?
Yes No
Thanks for your feedback.