Click or drag to resize

Accessing the designer at runtime

You can invoke the HotImage Designer at runtime to further enhance the functionality for the end user.

How to invoke the designer at runtime

The designer can be invoked at runtime to allow the end user to add or modify hotspots or HotImages. Once the HotImage properties have been changed, the properties will filter back to the HotImage used to invoke the designer. The properties can be permanently saved by exporting them from the designer and saving them in an XML file. The following is an example of how to envoke the HotImage Designer at runtime in C#.

private void btnShowDesigner_Click(object sender, EventArgs e) { hotImage2.ShowDesigner(); }