Returns true if the Container Control is tracking control additions. See TrackControlAddition() for more information.

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

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

See Also