IUIX_CmdItem::SubMenu Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property SubMenu of interface IUIX_CmdItem returns/sets Pointer to IUIX_CmdMenu containing the command item's submenu. If the command item has no submenu then null pointer will be returned instead.

Syntax

HRESULT get_SubMenu([out, retval]  IUIX_CmdMenu**  pSubMenu);
HRESULT put_SubMenu([in]  IUIX_CmdMenu*  pSubMenu);

See Also

IUIX_CmdItem