Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonCategory::FindByData

Retrieves the ribbon element associated with the specified data.

CMFCRibbonBaseElement* FindByData(
   DWORD_PTR dwData,
   BOOL bVisibleOnly = TRUE
) const;
[in] dwData

The data associated with a ribbon element.

[in] bVisibleOnly

TRUE to include quick access ribbon elements in the search; FALSE to exclude quick access ribbon elements in the search.

Pointer to a ribbon element if the method was successful; otherwise NULL.

Header: afxribboncategory.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.