IUIX_CmdRibbonTabs::RegisterContextualGroup Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT RegisterContextualGroup([in]  LONG        nGroupID,
                                [in]  BSTR        sTitle,
                                [in]  LONG        nWeight,
                                [in]  INumArray*  pTabs);

Parameters

nGroupID
[in] Value of LONG.
sTitle
[in] Value of BSTR.
nWeight
[in] Value of LONG.
pTabs
[in] Pointer to INumArray.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdRibbonTabs