RibbonManager.OnLoad Method
Implements the ribbon callback handler.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.RuntimeUi (in Microsoft.Office.BusinessApplications.RuntimeUi.dll)
Syntax
'Declaration
Public Overridable Sub OnLoad ( _
ribbon As IRibbonUI _
)
'Usage
Dim instance As RibbonManager
Dim ribbon As IRibbonUI
instance.OnLoad(ribbon)
public virtual void OnLoad(
IRibbonUI ribbon
)
Parameters
- ribbon
Type: Microsoft.Office.Core.IRibbonUI
The ribbon that is being loaded.
Remarks
For more information about customizing the Ribbon UI, see Ribbon Overview.