BCGControlBar Pro for MFC
CBCGPTagCloudElement* CBCGPTagCloud::FindTag ( const CString &  strName,
BOOL  bMatchCase = FALSE,
BOOL  bMatchWholeWord = TRUE 
) const

Searches for the first tag with the given name.

Parameters
strNameSpecifies the tag name.
bMatchCaseSpecifies whether the search should be case sensitive, or not.
bMatchWholeWordSpecifies whether to search for whole words, or not.
Returns
A pointer for CBCGPTagCloudElement object or NULL if there are no tags with the given name.