BOOL CBCGPRibbonPanel::Remove | ( | int | nIndex, |
BOOL | bDelete = TRUE |
||
) |
Removes and optionally deletes an element located at the specified index.
Call this function to remove an element from ribbon panel.
nIndex | Specifies the zero-based index of element to be removed. |
bDelete | If TRUE, the element will be deleted. |