Serves as a container for a group of (ribbon) controls.
A RibbonPanel
will typically have panels for children, with the controls for that
page placed on the panels. A panel adds a border and label to a group of controls,
and can be minimised (either automatically to conserve space, or manually by the user).
This class supports the following window styles:
Window Styles |
Hex Value |
Description |
---|---|---|
|
0x0 |
Defined as no other flags set. |
|
0x1 |
Prevents the panel from automatically minimising to conserve screen space. |
|
0x8 |
Causes an extension button to be shown in the panel’s chrome (if the bar in which it is contained has |
|
0x10 |
Causes a (de)minimise button to be shown in the panel’s chrome (if the bar in which it is contained has the |
|
0x20 |
Allows a single panel to stretch to fill the parent page. |
|
0x40 |
Allows toolbars to wrap, taking up the optimum amount of space when used in a vertical palette. |
This class processes the following events:
Event Name |
Description |
---|---|
|
Triggered when the user activate the panel extension button. |
This is the main implementation of |
|
Handles events related to |
IsAncestorOf
(ancestor, window)¶