XLL+ Class Library (7.0)

CXllApp::InvalidateRibbonControl

Requests the ribbon manager to invalidate a single ribbon control owned by this add-in

void InvalidateRibbonControl(
   LPCTSTR pszControlId
);

Parameters

pszControlId

The unique id of the control to be invalidated.

Remarks

After this method is called, you may receive a number of callbacks via CXllApp::OnRibbonEvent, depending on what attributes have been set in the control.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods