MapIndicatorEventArgsImageStates Property
The on/off states of each image index
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.