obout Interface - Different Styles

Button:
Press Me!


Press Me!


Press Me!


CheckBox:
Select Me!


Select Me!


Select Me!


DropDownList:






RadioButton:
Option 1
 
Option 2


Option 1
 
Option 2


Option 1
 
Option 2


TextBox:






MultiLine TextBox:






You can have controls with different styles on the same page, by using the CssSettings property or by using custom stylesheets.

CssSettings should be used for minor customizations, custom stylesheets should be used when using many controls with different styles on the same page (as in this example).



« Back to examples