Image MapForm Id 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: 2024.12.31.0
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.
Assembly: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
C#
public string FormId { get; set; }VB
Public Property FormId As String
Get
SetC++
public:
property String^ FormId {
String^ get ();
void set (String^ value);
}F#
member FormId : string with get, setProperty Value
StringLeave 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.