Image MapCauses Validation Property
This property is used to determine whether or not validation occurs when an image map area is clicked
Definition
Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
The default is false and it does not cause validation
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public bool CausesValidation { get; set; }VB
Public Property CausesValidation As Boolean
Get
SetC++
public:
property bool CausesValidation {
bool get ();
void set (bool value);
}F#
member CausesValidation : bool with get, setProperty Value
BooleanThe default is false and it does not cause validation