|
|
|
|
|
RibbonCloseGrouping (Function) In french: RubanFermeRegroupement Closes the group currently open in a Ribbon control. IF Length(SAI_DansRuban) >= 3 THEN
RibbonCloseGrouping()
END
Remarks How groups work In a Ribbon control, the small groups display an icon and an arrow used to open a popup that contains all the controls. By default, this popup is closed: - when the user clicks a button,
- when the user performs a selection in a Combo Box control.
To set a different action that closes the group (e.g., entering 3 characters), use RibbonCloseGrouping in the desired process. Note: If no popup is open, function RibbonCloseGrouping does nothing and returns no error.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|