IImageArea Interface
This is the common interface for both the Windows Forms and the web server control image area types
Namespace: EWSoftware.ImageMapsAssemblies: EWSoftware.ImageMaps.Web.Controls (in EWSoftware.ImageMaps.Web.Controls.dll) Version: 2024.12.31.0
EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
public interface IImageArea
Public Interface IImageArea
public interface class IImageArea
type IImageArea = interface end
| 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
|
| DrawFocusFrame |
This is used to get the shape to draw a focus frame around itself
|
| 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.
|