Base Button ListSet Image Index Method
This can be used to alter the image index of an item in the button list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public void SetImageIndex(
int itemIndex,
int imageIndex
)VB
Public Sub SetImageIndex (
itemIndex As Integer,
imageIndex As Integer
)C++
public:
void SetImageIndex(
int itemIndex,
int imageIndex
)F#
member SetImageIndex :
itemIndex : int *
imageIndex : int -> unit