MapIndicatorEventArgsImageStates Property

The on/off states of each image index

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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