Re: CheckedListBox
Chris Anderson <[email protected]> Mon, 4 Dec 2006 14:21:17 -0000
| Newsgroups | gmane.comp.windows.devel.dotnet.cx |
|---|---|
| Message-ID | <[email protected]> |
Assuming the WinForms control, rather than the Web one: Via the CheckedItems collection (or the CheckedIndices property if you just want the indices of the rows) Or, alternatively to check the checked status of a particular item, use the GetItemCheckState method > -----Original Message----- > From: Discussion relating to the specifics of the C# and Managed C++ > languages [mailto:[email protected]] On Behalf Of Meguiar, > Richie > Sent: 04 December 2006 14:00 > To: [email protected] > Subject: [DOTNET-CX] CheckedListBox > > When using a checked list box how can you tell if the row is checked.. > I see that this.checklistbox.selecteditem will give you the row that is > selected.. but I need to know if the row is checked.. How is this > accomplished? > > > > Thanks.. > =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com