Themes
This help article will demonstrate a step by step tutorial how to customize the ControlDefault
theme for RadTextBoxControl.
- Open Visual Style Builder
- Export the built-in themes in a specific folder by selecting
File
>>Export Built-in Themes
. - Load a desired theme from the just exported files by selecting
File
>>Open Package
. Expand RadTextBoxControl and select
RadTextBoxControlElement
and the select the Disabled state in theElement States
window.Open the
Edit Repository Item
dialog and change theBackColor
and theGradientStyle
:Select
RadTextBoxControl
and change the UseDefaultDisabledPaint property to false.Go back to RadTextBoxControlElement and change the UseDefaultDisabledPaint for it as well.
The following article shows how you can use the new theme: Using Custom Themes.