ActiveReports Developer 7
IsInArea Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > HitTestInfo Structure : IsInArea Property

Glossary Item Box

Specifies whether the area in which the mouse click occurs is within the area defined by the DataDynamics.Reports.Extensibility.Layout.ILayoutArea interface.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsInArea As System.Boolean
C# 
public System.bool IsInArea {get;}

See Also