Image Area BaseView State Property
This allows derived classes to store data in the control's view state
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#
protected StateBag ViewState { get; }VB
Protected ReadOnly Property ViewState As StateBag
GetC++
protected:
property StateBag^ ViewState {
StateBag^ get ();
}F#
member ViewState : StateBag with get