Draw State 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: 2024.12.31.0
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
[SerializableAttribute]
public enum DrawStateVB
<SerializableAttribute>
Public Enumeration DrawStateC++
[SerializableAttribute]
public enum class DrawStateF#
[<SerializableAttribute>]
type DrawStateMembers
| Normal | 0 | The item currently has no special state |
| Disabled | 1 | The item is disabled |
| Focus | 2 | The item has the focus |
| HotLight | 3 | The item is being hot-tracked (highlighted as the mouse pointer passes over it) |