CategoryExpanded

Description

Occurs when the category is expanded. When the RibbonBar is minimized, the category will be expanded when the user clicks the category title.

Event ID

Event ID

Objects

None

RibbonBar


Arguments

Argument

Description

Index

Long by value (the index of the currently popup 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 expanded
dw_1.Height = 400
dw_1.Y = 464

See also

CategorySelectionChanged

CategorySelectionChanging

CategoryCollapsed

ItemUnselected