|
|
|
The appearance of the form can be changed to the Ribbon Form style providing an Office 2007 look and feel.
Ribbon Control Adv in Normal Form Style
The appearance of the form can also be set to the Office 2007 style by inheriting the RibbonForm class.
Ribbon Control Adv in Ribbon Form
|
|
|
|
The RibbonControlAdv is provided with the Office Menu Button at its top left corner. Controls added to the RibbonControlAdv can be viewed as a drop-down meu.
Ribbon Control Adv with Office Menu Button
The visibility of the Office Menu Button can be turned on or off as desired.
Ribbon Control Adv without Office Menu Button
Flexible Designer support is added to the Office Menu Button drop-down menu which helps the user create Office 2007 style drop-down menu to easily enclose various controls.
Drop-Down Menu for Office Menu Button
|
|
|
|
Essential Tools allows users to display Super ToolTip for Office Menu Button in RibbonControlAdv.
Super ToolTip in Office Menu Button
With the Super ToolTip component added to the form, users can associate appealing SuperToolTips for the Office Menu Button in RibbonControlAdv.
|
|
|
|
Super Accelerator support is extended to the Office Menu Button of RibbonControlAdv. This feature accelerates the click event of items using a single key stroke and eliminates the need for a mouse hover.
Super Accelerator in Office Menu Button
|
|
|
|
Controls that are accessed frequently can be placed in the Quick Access Toolbar(QAT). The QAT appears in the top left corner near the Office Menu Button of the RibbonControlAdv by default.
Quick Access Toolbar in Ribbon Control Adv
The QAT can also be placed below the ribbon, as illustrated below:
Quick Access Toolbar placed below Ribbon
The controls in the QAT can be determined at run-time using the QAT Editor. The QAT Editor can be accessed from the QAT drop-down menu. The controls collection can also be easily accessed.
Customize Quick Access Toolbar
The visibility of the QAT can be turned on or off as desired.
Ribbon Control Adv without QAT
|
|
|
|
Main tab items in the RibbonControlAdv are referred to as the ToolStrip Tab Items. RibbonControlAdv toolstrips are placed inside these ToolStrip Tab Items.
ToolStrip Tab Item in Ribbon Control Adv
Image inclusion options are also available for these ToolStrip Tab Items.
Image for the ToolStrip Tab Item
Accessing this items collection is an easy task when using the RibbonControlAdv.
|
|
|
|
A collection of tab groups can be defined and the Toolstrip Tab items can be grouped in these tabs. The colors for these tabgroups are customizable.
Ribbon Control Adv with Tab Groups
Tabgroup colors in RibbonControlAdv will also be reflected to its Ribbon panel with gradient effect.
Ribbon Panel with Tab Group Color
|
|
|
|
Essential Tools allows the Ribbon Panel of the RibbonControlAdv to be expanded, Collapsed and floated whenever needed by clicking the Ribbon Tabs.
Ribbon Panel-Expanded
Ribbon Panel-Collapsed
The Ribbon Panel can also be restricted from collapsing with a single property.
Ribbon Panel-Floated
|
|
|
|
Controls serving as common interfaces for producing user interface elements can be placed in the ToolStripEx. Standard toolstrip items that can be placed in the ToolStripEx have been illustrated below:
Standard Items in ToolStripEx
These controls also include Labels, Buttons, RadioButton, CheckBox, Galleries, Splitbutton, Dropdownbutton, ProgressBar,ComboBox, ToolStripComboBoxEx, TextBox, Separator and PanelItem.
User Interface controls in ToolStripEx
Individual Toolstrips can be embedded in the RibbonControlAdv's ToolStripTabItem
Embedded ToolStrip
Further, the ToolStripEx also includes capabilities to host any .NET Control.
|
|
|
|
Controls can be aligned in multiple lines using the ToolStripPanelItem. This ToolStripPanelItem supports the nesting of panels and there is no limit to the levels of nesting possible.
ToolStrip Panel Item in Ribbon Control Adv
|
|
|
|
A Gallery consists of images and text that can be enclosed in RibbonControlAdv as a ToolStrip Item. The gallery items can be viewed using scroll-arrow navigation when their number exceeds gallery size.
Scrolling Gallery Items to View
Alternatively, the gallery items can also be viewed in a pop-up window as shown below:
Gallery Items in Pop-up Window
|
|
|
|
An Office 2007 style StatusStrip, displaying the status, can be displayed at the bottom of the Ribbon Form. This StatusStrip can include a wide variety of child controls such as a Progressbar and Trackbar.
Ribbon Form with StatusStrip
The StatusStrip illustrated above includes the Office 2007 TrackBarEx Control.
|
|
|
|
TrackBarEx is a new Office2007 control that has a track bar or pointer which slides between minimum and maximum values specified.
It comes with various customization options such as color settings, button customization, orientation and so on.
|
|
|
|
RibbonControlAdv allows RibbonPanels from childForms and MainForms to merge. This merging is very similar to the Office2007 User Iinterface(UI) in MDI(Multiple Document Interface) scenario.
RibbonItems Merging in MDI scenario
|
|
|
|
The RibbonControlAdv can host any .NET control inside the Ribbon. Users are not restricted to just toolstrip items but can add various .NET controls such as Treeview, Grid control and so on.
Hosting .NET Controls
|
|
|
|
The RibbonControlAdv can be rendered right-to-left when using RTL languages.
RibbonControlAdv Rendered Right-to-Left
|
|
|
|
The Launcher button in ToolStripEx can be displayed in either the 'Office 2007' or 'Office 12' Style.
Office 12 Launcher Style
Office 2007 Launcher Style
|
|
|
|
The TabStrip items can be oriented in one of the following Layouts:
'Horizontal Stack With Overflow' Layout
'Vertical Stack With Overflow' Layout
Flow Layout
Table Layout
|
|
|
|
Three different border styles are available for the RibbonControlAdv and child controls. They have been illustrated below:
Border Style-'Static Etched'
Border Style-'Etched'
Border Style-'None'
|
|
|
|
Blue, Black and Silver color schemes can be applied to the RibbonControlAdv.
Ribbon Control Adv in Blue, Black and Silver Color Schemes
These Office 2007 color schemes can also be provided for individual child controls in RibbonControlAdv. Different color schemes applied to the different child controls is illustrated below:
Different Color Schemes for Induvidual Child Controls
|
|
|
|
Custom color schemes can be implemented on the RibbonControlAdv providing appealing looks for the applications. The RibbonControlAdv can now be customized with various user-defined colors.
Custom Color Schemes
|