Intersoft WebCombo Documentation
How-to: Enable Default Style for existing instance of WebCombo
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Features Overview > Features Added in WebCombo 4 > Optimized Page Output > How-to: Enable Default Style for existing instance of WebCombo

Glossary Item Box

You can enable default style in one of the three way described in the following:

  1. SmartTag Designer
    The easiest way to enable Default Style for an existing instance of WebCombo is through SmartTag Designer. SmartTag Designer is a new feature in WebCombo version 4.0.

    To enable default style from SmartTag Designer:
    • Select an instance of WebCombo
    • If the SmartTag Designer Panel does not appear, please click the symbol that appears to the right top relatively to the WebCombo.
    • With the SmartTag Designer Panel shown, click on the "Reset to Default Style" link under Styles category.

    Using SmartTag Designer is the recommended way to enable Default Style feature. The Reset to Default Style command will automatically clean up all styles tag in the control definition.
  2. Property Set
    You can also manually enable the Default Style feature by setting the UseDefaultStyle property to True in the Visual Studio's property window.

    However note that this manual approach does not automatically clean up existing style definition.
  3. WebCombo Component Designer
    Component Designer is a new feature in WebCombo version 4.0. To learn more about WebCombo Component Designer, go to Guided Design-time Data Source Configuration.

    To enable Default Style in Component Designer:
      • Launch Component Designer.
      • Click on the "Styles" link in the left navigation.
      • Check the "Use WebCombo 4.0 Default Style" checkbox.

      • Click OK.

See Also