C1TabControl Smart Tag
The C1TabControl
control includes a smart tag () in
Visual Studio. A smart tag represents a shortcut tasks menu that provides the
most commonly used properties in C1TabControl.
To access the C1TabControl Tasks menu, click the smart tag in the upper-right corner of the C1TabControl control.
The C1TabControl Tasks menu operates as follows:
• TabControl Designer
Clicking TabControl Designer opens the C1TabControl Designer Form, where C1TabPages can be added, removed, and reordered. You can preview the C1TabControl here, as well as set a variety of properties defining the appearance, behavior, and more for each C1TabPage.
• Move to first page
Moves to the first page in the C1TabPageCollection.
• Move to previous page
Moves to the previous page in the C1TabPageCollection.
• Move to next page
Moves to the next page in the C1TabPageCollection.
• Move to last page
Moves to the last page in the C1TabPageCollection.
• VisualStylePath
Sets the path to the built-in or custom visual style.
• UseEmbeddedVisualStyles
When selected, this forces the control to use a built-in visual style. When unselected, the control will shed its built-in visual style and you will have to add a custom style.
• Visual Style
Selecting a VisualStyle from the drop-down list changes the visual scheme of the control.
• About
Clicking About reveals the About ComponentOne dialog box. This dialog box displays the version number and licensing information for the ComponentOne product.
|