Step 2 of 3: Adding C1TabPages to the C1TabControl
In this step add three C1TabPages to the C1TabControl using the C1TabControl Designer Form.
1. Click on the smart tag to open the C1TabControl Tasks menu and then click TabControl Designer to open the C1TabControl Designer Form.
2. In the treeview of the designer, right-click on C1TabControl1 and select Add Child. C1TabPage1 is added as a tab page to the C1TabControl. Repeat this step two more times to add a total of three C1TabPages to the C1TabControl control.
3. Select C1TabPage1 and set its Text property to "Advanced". Set the Text property for the remaining C1TabPages to the following:
• C1TabPage2 to "Automatic Updates"
• C1TabPage3 to "Remote".
4. Click OK to save and close the C1TabControl Designer Form.
The three C1TabPages we added in the C1TabControl Designer Form appear on the C1TabControl. Notice that the default visual scheme of a C1TabControl is ArcticFox.
Now that you've added tab pages to the C1TabControl control, we'll show you how to add content to those pages in the step 3.
|