CategoryCollapsed

Description

Occurs when the category is collapsed. When the RibbonBar is minimized, the category will be expanded when the user clicks the category title, and will be collapsed when the user clicks the title again or clicks outside of the category.

Event ID

Event ID

Objects

None

RibbonBar


Arguments

Argument

Description

Index

Long by value (the index of the currently collapsed category)


Return Values

Long.

Return code choices (specify in a RETURN statement):

0 -- Continue processing

Examples

//Adjust the position and height of dw_1 after RibbonBar is collapsed
dw_1.Y = 464 - 364
dw_1.Height = 400 + 364

See also

CategorySelectionChanged

CategorySelectionChanging

CategoryExpanded

ItemUnselected