DrawState Enumeration

This enumerated type defines the drawing states for the image map and the image areas when their OwnerDraw property is set to true.

Definition

Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2023.1.3.0
[SerializableAttribute]
public enum DrawState

Members

Normal0The item currently has no special state
Disabled1The item is disabled
Focus2The item has the focus
HotLight3The item is being hot-tracked (highlighted as the mouse pointer passes over it)

See Also