[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Selection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection of selected components.

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator

An IEnumerator object that can be used to iterate through the collection.

Implements
Remarks

This method provides an enumerator for the collection of components currently selected in the ActiveReports designer environment. It allows for enumeration over the selected components, enabling operations such as iteration and inspection of the selection set. This can be particularly useful for extensions or functionalities that need to interact with or modify the set of selected components in the designer.