XLL+ Class Library (6.3)

CXlWizExUIFunctionDescriptor::AddList

Adds a drop-down list provider for the specified argument

void AddList(
   int argIndex,
   CXlWizExUIListProvider* plist
);

Parameters

argIndex

The index of the argument. (The first argument has index 0.)

plist

A pointer to a CXlWizExUIListProvider object.

Remarks

Once the pointer in plist is passed to this method, the object pointed to is "owned" by the CXlWizExUIFunctionDescriptor object. The destructor for plist should not be called, since it will be called by the CXlWizExUIFunctionDescriptor destructor.

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionDescriptor Class | CXlWizExUIFunctionDescriptor Methods | CXlWizExUIListProvider class