Exploring the C1TabControl Designer Form
The C1TabControl Designer Form contains a menu, toolbar, Edit tab, Preview tab, and properties pane.
• C1TabControl Designer Form Menu
The C1TabControl Designer Form menu contains the following menu items and subitems:
Menu Item |
Submenu Item |
Description |
File |
Exit |
Closes the C1TabControl Designer Form. |
Edit |
Insert Item |
Inserts a C1TabPage at the specified place in the list of tabs and separators. |
Add Child |
Adds a C1TabPage as a child of the selected C1TabControl. | |
Cut |
Cuts the selected C1TabPage to be moved in the list of items. | |
Copy |
Copies the selected C1TabPage. | |
Paste |
Pastes a C1TabPage at the specified location in the list of items. | |
Delete |
Removes the selected C1TabPage. | |
Rename |
Allows you to change the name of the C1TabPage. |
• C1TabControl Designer Form Toolbar
The table below describes each button:
Button |
Name |
Description |
|
Move Item Up |
Moves the selected C1TabPage up the list of items. |
|
Move Item Down |
Moves the selected C1TabPage down the list of items. |
|
Move Item Left |
Moves the selected C1TabPage to the left in the hierarchy. |
|
Move Item Right |
Moves the selected C1TabPage to the right in the hierarchy. |
|
Add Child Item |
Inserts a C1TabPage as a child of the C1TabControl control. |
|
Insert Item |
Inserts a C1TabPage at the specified location in the list of items. |
|
Cut |
Cuts the selected C1TabPage to be moved in the list of items. |
|
Copy |
Copies the selected C1TabPage. |
|
Paste |
Pastes a C1TabPage at the specified location in the list of items. |
|
Delete |
Removes the selected C1TabPage. |
• Edit Tab
Click the Edit tab and select the C1TabControl control or the desired C1TabPage for which you would like to manipulate or adjust the properties.
• Preview Tab
Click the Preview tab for a preview of what the C1TabControl control will look like.
• Properties Pane
The C1TabControl Designer Form properties pane is almost identical to the Visual Studio Properties window. Simply select a C1TabControl or C1TabPage and set the desired properties here.
• Command Buttons
The command buttons are summarized in the following table:
Button |
Description |
OK |
Clicking OK applies the new settings to the C1TabControl control. |
Cancel |
Clicking Cancel closes the C1TabControl Designer Form, cancelling the new settings and applying the default settings to the C1TabControl control. |
|