XLL+ Class Library (7.0)

CXllApp::GetHasRibbon

Returns whether the application has a ribbon

bool GetHasRibbon( );

Return Value

Returns true if the add-in has been instructed to supply a ribbon.

Remarks

By default, an application class will not have a ribbon. Only if SetRibbonImplementation and SetHasRibbon have been called will the application support a ribbon.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods