Image Area BaseIs Tracking View State Property
Indicates whether or not view state is being tracked
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public bool IsTrackingViewState { get; }VB
Public ReadOnly Property IsTrackingViewState As Boolean
GetC++
public:
virtual property bool IsTrackingViewState {
bool get () sealed;
}F#
abstract IsTrackingViewState : bool with get
override IsTrackingViewState : bool with get