IPXV_MainView::CmdPane Property

From PDF XChange PDF SDK
Revision as of 07:42, 23 March 2016 by Palamar (Talk | contribs)

Jump to: navigation, search


Property pCmdPane of interface IPXV_MainView returns Pointer to IUIX_CmdPane containing the specified command pane.

Syntax

HRESULT get_CmdPane([in]           UIX_CmdPaneSides  nSide,
                    [out, retval]  IUIX_CmdPane**    pCmdPane);

Parameters

nSide
[in] Value of UIX_CmdPaneSides containing the side of the command pane that is needed.

See Also

IPXV_MainView