In the previous step when you added the C1Ribbon control to your Form, you may have noticed that the Ribbon included a pre-added tab with a group. In this step you'll add some Ribbon items to the group and then modify their properties using the smart designer.
Switch to Design view and complete the following steps:
-
Add a toolbar to the Ribbon group:
- Click RibbonGroup1 to activate the item and enable the group's floating toolbar.
- Click the Actions button. A list of actions is revealed.
- Select Add ToolBar from the list of actions.
A toolbar with a Ribbon button is added to the group.
-
Add a toggle button and modify its properties:
- Click the toolbar to activate the item and to enable the floating toolbar.
- From the floating toolbar, click the Actions button and select AddToggleButton.
A toggle button is added to the toolbar next to the existing button.
- From the ToggleButton1 floating toolbar, click the Change Image button. The Change Image dialog box appears.

- From the Small Image (16x16) drop-down list, select Bold.
- From the ToggleButton1 floating toolbar, click the Text Settings button. The Text Settings dialog box appears.
-
In the Text Settings dialog box, set the following properties:
-
Delete the first Ribbon button included with the toolbar:
When you add a Ribbon toolbar item there's a Ribbon button included in the container. Complete the following steps to remove the first Ribbon button (since this toolbar will contain three Ribbon toggle buttons):
- Select the Ribbon button to active the item and enable the item's floating toolbar.
- Click the Actions button and select Delete to remove the button from the toolbar.
You should now have one toggle button in the toolbar.
-
Add a second toggle button and modify its properties:
Click the toolbar to activate the item and to enable the floating toolbar, then complete the following steps:
- From the floating toolbar, click the Actions button and select Add ToggleButton.
The second toggle button is added to the toolbar.
-
Use the toggle button's floating toolbar to modify the properties for the ToggleButton2. Click ToggleButton2 to activate the floating toolbar and complete the following tasks:
- Set the Image property to a 16x16 Italic preset image.
- Delete the default "ToggleButton" Text.
- Set the RibbonItem.ToolTip property to "Italic".
-
Add a third toggle button and modify its properties:
Click the toolbar to activate the item to enable the floating toolbar, then complete the following steps:
- From the floating toolbar, click the Actions button and select Add ToggleButton.
The third toggle button is added to the toolbar.
-
Use the toggle button's floating toolbar to modify the properties for the ToggleButton3. Click ToggleButton3 to activate the floating toolbar and complete the following tasks:
- Set the Image property to a 16x16 Underline preset image.
- Delete the default "ToggleButton" Text.
- Set the RibbonItem.ToolTip property to "Underline".
The Ribbon group should now look like the following:
In this step you successfully added Ribbon items to the group and modified their properties. In the next step you will change the Ribbon tab and group names and add event handlers to the three toggle buttons in RibbonGroup1.