Map Indicator Event ArgsImage States Property
The on/off states of each image index
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
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.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public IList<bool> ImageStates { get; }VB
Public ReadOnly Property ImageStates As IList(Of Boolean)
GetC++
public:
property IList<bool>^ ImageStates {
IList<bool>^ get ();
}F#
member ImageStates : IList<bool> with getProperty 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.