MapIndicatorEventArgsImageStates Property
The on/off states of each image index
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public IList<bool> ImageStates { get; }
Public ReadOnly Property ImageStates As IList(Of Boolean)
Get
public:
property IList<bool>^ ImageStates {
IList<bool>^ get ();
}
member ImageStates : IList<bool> with get
Property Value
IListBooleanThis 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.