IImageArea Interface

This is the common interface for both the Windows Forms and the web server control image area types

Definition

Namespace: EWSoftware.ImageMaps
Assemblies:  EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2023.1.3.0
  EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
public interface IImageArea

Properties

AccessKey This is used to get or set the access key (a shortcut key or mnemonic) for the image area
Coordinates This is used to get or set the coordinate values in string form
Enabled This is used to get or set the enabled state of the image area
Shape This read-only property is used to get the shape type
TabIndex This is used to get or set the tab index of the image area
Tag This is used to get or set an object that contains additional user-defined data for the image area
ToolTip This is used to get or set the tool tip for the image area

Methods

DrawFocusFrame This is used to get the shape to draw a focus frame around itself

Events

ImageAreaChanged This event is raised when an image area property changes that affects its visual presentation in the image map control such as its position or enabled state.

See Also