CheckedListBox have almost two identical method for checking an item

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

There is the method SetItemChecked that I can use for checking or unchecking
an item in a CheckedListBox control or
I can use the SetItemCheckState to check or uncheck an item in a
CheckedListBox control.

So why use two methods for checking or unchecking. I would say it would be
enough
to use SetItemCheckState

//Tony
 
Tony Johansson said:
Hello!

There is the method SetItemChecked that I can use for checking or
unchecking an item in a CheckedListBox control or
I can use the SetItemCheckState to check or uncheck an item in a
CheckedListBox control.

So why use two methods for checking or unchecking. I would say it would be
enough
to use SetItemCheckState

SetItemCheckState can set the state to Intermediate.

mick
 
Back
Top