Description
Determines the total number of categories in the RibbonBar control.
Applies to
RibbonBar controls
Syntax
controlname.GetCategoryCount ( )
Return value
Long.
Returns the total number of categories in RibbonBar. If RibbonBar contains no categories, returns 0. If an error occurs, returns -1.
Examples
Long ll_Return ll_Return = rbb_1.GetCategoryCount()
See also