Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves a pointer to a ribbon element if it has the specified data and visibility.
CMFCRibbonBaseElement* FindByData(
DWORD_PTR dwData,
BOOL bVisibleOnly = TRUE
) const;
Parameters
[in] dwData
The data associated with a ribbon element.[in] bVisibleOnly
TRUE to search visible ribbon elements only; FALSE to search all ribbon elements.
Return Value
A pointer to a ribbon element if it has the specified data and visibility; otherwise NULL.
Remarks
A ribbon element is any control that you can add to the ribbon, such as a ribbon button, or a ribbon category, or a ribbon slider.
Requirements
Header: afxribbonbar.h