Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Replaces one element with another based on a specified command ID.
BOOL ReplaceByID(
UINT uiCmdID,
CMFCRibbonBaseElement* pElem
);
Parameters
[in] uiCmdID
Specifies the command ID of the element to replace.[in] [out] pElem
A valid pointer to the element that will replace the original element.
Return Value
TRUE if the original ribbon element has been replaced successfully by the new ribbon element; FALSE if the ribbon element was not replaced or if no element with the specified command ID actually exists.
Remarks
To replace a ribbon element based on position, call CMFCRibbonPanel::Replace.
Requirements
Header: afxRibbonPanel.h