XLL+ Class Library (7.0)

CXllApp::SetHasRibbon

Sets whether the application has a ribbon

void SetHasRibbon(
   bool bNewValue
);

Parameters

bNewValue

True if the add-in supplies a ribbon; false if it deos not.

Remarks

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

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods