XLL+ Class Library (7.0)

CXlWizExUIFunctionDescriptor::GetPopupProvider

Returns the provider class for a popup editor

virtual IXlWizExUIPopupProvider* GetPopupProvider(
   int argIndex
);

Parameters

argIndex

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

Return Value

Returns the popup editor provider for the specified argument, or NULL if no provider exists.

Remarks

This function is only useful if GetUIType returns XLWIZEXUI_UITYPE_POPUP (2).

Requirements

Header: xlwizexui.h

See Also

CXlWizExUIFunctionDescriptor Class | CXlWizExUIFunctionDescriptor Methods