ImageMapFormId Property

This property can be used to specify the form control ID for the page to override the default behavior of OnPreRender(EventArgs).

Definition

Namespace: EWSoftware.ImageMaps.Web.Controls
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
public string FormId { get; set; }

Property Value

String
Leave it blank to let the control find the form ID or set it to the form control's ID to override the search behavior. See OnPreRender(EventArgs) for more information.

See Also