ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTGroup Class / Select Method
Pass true to select all marks in the group, false to deselect.




In This Topic
    Select Method
    In This Topic
    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