New to Telerik UI for WinForms? Download free 30-day trial

Themes

RadCheckedDropDownList, as other RadControls, reuses some components and respectively their theming. It consists of 4 different controls:

WinForms RadCheckedDropDownList Components

  1. RadAutoCompleteBox - Provides theming for the text area and the tokens

  2. RadDropDownList - Provides theming for the arrow button and the size of the control

  3. RadCheckMark - Provides theming for the checkboxes of the items

  4. RadListControl - Provides theming for the items in the dropdown

You can see where to find each control in Visual Style Builder on the image below. We recommend to you to get to know Visual Style Builder before doing any serious theming work.

If you want to use separate themes for RadCheckedDropDownList and RadAutoCompleteBox for example, you need to create two different themes. Use the ThemeResolutionService.ApplyThemeToControlTree method to apply a theme to a single control.

WinForms RadCheckedDropDownList ThemeResolutionService ApplyThemeToControlTree

See Also

In this article