IPXV_MainView::CmdPane Property

From PDF XChange PDF SDK
Jump to: navigation, search


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

Syntax

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

Parameters

nSide
[in] Value of UIX_CmdPaneSides containing the position of the command pane in the scroll container.

See Also

IPXV_MainView