IUIX_CmdManager::SetExtraOpts Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_CmdManager::SetExtraOpts Method}} | {{#customTitle:IUIX_CmdManager::SetExtraOpts Method}} | ||
{{#parentPage:PXV:IUIX_CmdManager#Methods|SetExtraOpts|method}} | {{#parentPage:PXV:IUIX_CmdManager#Methods|SetExtraOpts|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Sets extra options for command items display. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;nOpts | ;nOpts | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the [[PXV:UIX_CmdExtraOpts|UIX_CmdExtraOpts]] flags. |
;nOptsMask | ;nOptsMask | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the [[PXV:UIX_CmdExtraOpts|UIX_CmdExtraOpts]] flags' mask. |
== Return Value == | == Return Value == |
Latest revision as of 23:22, 29 April 2019
Sets extra options for command items display.
Syntax
HRESULT SetExtraOpts([in] LONG nOpts, [in] LONG nOptsMask);
Parameters
- nOpts
- [in] Value of LONG containing the UIX_CmdExtraOpts flags.
- nOptsMask
- [in] Value of LONG containing the UIX_CmdExtraOpts flags' mask.
Return Value
Returns S_OK if operation was successful or error code in other cases.