MapIndicatorEventArgsImageStates Property

The on/off states of each image index

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public IList<bool> ImageStates { get; }

Property Value

IListBoolean
This will contain one entry for each image in the image list. By default, they are all false. Set an entry to true to draw the corresponding image index in the on/enable state.

See Also