Image Area BaseEnabled Property
This is used to enable or disable the area
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.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, set