IUIX_CmdRibbonTabs::RegisterContextualGroup Method

From PDF XChange PDF SDK
Revision as of 09:08, 30 November 2017 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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