XLL+ Class Library (7.0)

CXllApp::SetRibbonImplementation

Sets the implementation used by the application to support a ribbon

void SetRibbonImplementation(
   RibbonImplementations nImpl
);

Parameters

nImpl

This value should be RibbonImplementationShared to use the shared ribbon manager.

Remarks

The function should not be called after the OnXllOpenEx event has been raised. In normal use, it should be called during InitInstance(), immediately before SetHasRibbon(true).

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods