Image Area BaseEnabled Property
This is used to enable or disable the image area
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
If set to false, the image area will not be rendered and effectively cannot be used
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public bool Enabled { get; set; }VB
Public Property Enabled As Boolean
Get
SetC++
public:
virtual property bool Enabled {
bool get () sealed;
void set (bool value) sealed;
}F#
abstract Enabled : bool with get, set
override Enabled : bool with get, setProperty Value
BooleanIf set to false, the image area will not be rendered and effectively cannot be used