IUIX_CmdRibbonTabs::RegisterContextualGroup Method
From Tracker Software PDF SDK
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.