|
|
|
|
RibbonEndExpandedMode (Function) In french: RubanFinModeDéplié Collpases a collapsed ribbon that is temporily expanded. Reminder: Collapsed is used to collapse a ribbon. In this case, only the captions of the panes are displayed (like for a standard menu). The content of the pane is displayed when the user clicks the caption of the pane. If the user clicks the caption of the pane or a button again, the content of the pane is no longer displayed automatically.
// Collapse the ribbon once the size was selected in a Combo Box control. // Selection of COMBO_Size nSize is int = COMBO_Size[COMBO_Size] RTFSelection(EDT_RTFTEXT, rtfFontSize, nSize) RibbonEndExpandedMode()
Syntax
RibbonEndExpandedMode([<Ribbon control>])
<Ribbon control>: Optional control name Name of the Ribbon control to use. If this parameter is not specified, it manipulates the Ribbon control of the current window.
Remarks - This function has no effect if the ribbon is not collapsed.
- This function has no effect if no ribbon is found in the current window.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|