A ribbon button bar is similar to a traditional toolbar.
It contains one or more buttons (button bar buttons, not Button
), each of which
has a label and an icon. It differs from a toolbar
in several ways:
Individual buttons can grow and contract.
Buttons have labels as well as bitmaps.
Bitmaps are typically larger (at least 32x32 pixels) on a button bar compared to a tool bar (which typically has 16x15).
There is no grouping of buttons on a button bar
A button bar typically has a border around each individual button, whereas a tool bar typically has a border around each group of buttons.
This class processes the following events:
Event Name |
Description |
---|---|
|
Triggered when the normal (non-dropdown) region of a button on the button bar is clicked. |
|
Triggered when the dropdown region of a button on the button bar is clicked. |
A ribbon button bar is similar to a traditional toolbar. |
|
Event used to indicate various actions relating to a button on a |
|