New to Telerik UI for WinFormsStart a free 30-day trial

CheckedListBox

Updated over 1 year ago

The CheckedListBox control in your application will be converted to RadCheckedListBox. The following tables describe which properties and methods are removed and which are replaced with similar equivalents.

PropertiesActionRadControls Equivalent
BorderStyleRemoved
CheckOnClickReplacedCheckOnClickMode
ColumnWidthProduces Error
FormatStringProduces Error
FormattingEnabledRemoved
HorizontalExtentRemoved
HorizontalScrollbarReplacedHorizontalScrollState
IntegralHeightRemoved
MultiColumnProduces Error
ThreeDCheckBoxesRemoved
SortedProduces Error
ScrollAlwaysVisible
ReplacedVerticalScrollState
UseTabStopsRemoved
EventsActionRadControls Equivalent
FormatProduces Error
FormatStringChangedProduces Error
FormattingEnabledChangedProduces Error
ItemCheckReplacedItemCheckedChanged
SelectedValueChangedProduces Error
MethodsActionRadControls Equivalent
ClearSelected()ReplacedSelectedItems.Clear()
FindString(string s)Produces Error
FindStringExact(string sProduces Error
IndexFromPoint(Point p)Produces Error
GetItemChecked(int index)Produces Error
GetItemCheckState(int index)Produces ErrorItems[2].CheckState
GetSelected(int index)Produces Error
GetItemText(object item)Produces Error
GetItemHeight(int index)Produces Error
GetItemRectangle(int index)Produces Error
SetItemChecked(int index, bool value)Produces Error
SetItemCheckState(int index, CheckState value)Produces Error
SetSelected(int index, bool value)Produces Error
Not finding the help you need?
Contact Support