XLL+ Class Library (7.0)

CRibbonEvtParams::CRibbonEvtParams

Constructs a new instance of CRibbonEvtParams

CRibbonEvtParams(
   RibbonCallbackTypes callback,
   LPCTSTR pszId,
   LPCTSTR pszTag,
   long lIndex,
   LPCTSTR pszText,
   LPCTSTR pszSelectedId,
   bool bPressed
);

Parameters

callback

The type of callback that raised the event. See RibbonCallbackTypes for a list of callback types.

pszId

The unique id of a control.

pszTag

The tag of a control.

lIndex

The index of an item within a control.

pszText

The current text of an edit or combobox control.

pszSelectedId

The id of the selected item of the control.

bPressed

The pressed state of the control.

Remarks

This method is used by the framework, and should not normally be called by your code.

Requirements

Header: xlpribbon.h

See Also

CRibbonEvtParams Class | CRibbonEvtParams Methods