ActiveReports Developer 7
SyncRoot Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutTree Interface : SyncRoot Property

Glossary Item Box

Gets an object that can be used to synchronize access to this instance.

Syntax

Visual Basic (Declaration) 
ReadOnly Property SyncRoot As System.Object
C# 
System.object SyncRoot {get;}

See Also