BOOL CBCGPRibbonCategory::RemovePanel | ( | int | nIndex, |
BOOL | bDelete = TRUE |
||
) |
Removes a panel from a Ribbon Category.
nIndex | A zero-based value, which specifies the Panel's index in the list of Panels in the Category. |
bDelete | Specifies whether the Panel should be deleted (TRUE), or just detached from the parent Category (FALSE). In the second case the panel can be used somewhere else (added to another Category, for example). |