ActiveReports Developer 7
SelectionService Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section.Annotations Namespace > AnnotationCollection Class : SelectionService Property

Glossary Item Box

Gets the information on the selected component(s) and provides events to notify about selection changes. For internal use only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelectionService As System.ComponentModel.Design.ISelectionService
C# 
public System.ComponentModel.Design.ISelectionService SelectionService {get;}

See Also