In This Topic
The C1Wizard control includes a smart tag in Visual Studio. A smart tag represents a shortcut tasks menu that provides the most commonly used properties in C1Wizard.
The C1Wizard control provides quick and easy access to the C1Wizard Designer and common properties through its smart tag.
To access the C1Wizard Tasks menu, click on the smart tag in the upper-right corner of the C1Wizard control. This will open the C1Wizard Tasks menu.
The C1Wizard Tasks menu operates as follows:
- C1Wizard.SmartTag.Designer
Clicking C1Wizard.SmartTag.Designer opens the C1Wizard Designer Form where you can quickly configure C1Wizards elements without having to scroll through its Properties window. You can load and save the control's content and can add additional C1WizardSteps. For more information on the Wizard Designer Form, see C1Wizard Designer Form.
- Theme
Sets the theme to one of the built-in skins.
- Create new theme...
The Create new theme... option opens ThemeRoller for Visual Studio. This allows you to customize a theme without leaving your development environment. To find more information on using ThemeRoller in your application, see ThemeRoller for Visual Studio.
- Use CDN
Determines whether the control is using the CDN for the client-side reference.
- CDN Path
The path to the CDN library you are using.
- Use Bootstrap
Selecting the Use Bootstrap option applies Bootstrap theming to your control. To find more information on using Bootstrap theming in your application, see Bootstrap Theming.
- About
Clicking the About item displays a dialog box, which is helpful in finding the version number of ASP.NET Web Forms Edition and online resources.
See Also