IUIX_CmdMenu Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdMenu Interface}}
 
{{#customTitle:IUIX_CmdMenu Interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdMenu|interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdMenu|interface}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
The Command Menu acts as a passive container. Basically, it is a tree-like [[PXV:IUIX_Cmd|command]] structure that is used by the [[PXV:IUIX_CmdBar|toolbar]] to create interactive drop-down menus.
  
 
== Methods ==
 
== Methods ==

Revision as of 07:05, 31 March 2016


The Command Menu acts as a passive container. Basically, it is a tree-like command structure that is used by the toolbar to create interactive drop-down menus.

Methods

CopyItemsFrom DeleteItemsByCmd FindFirstItemByCmdName InsertItem4
DeepFindFirstItemByCmdID DeleteItemsByCmdID InsertItem InsertSeparator
DeleteAllItems FindFirstCmd InsertItem2 SetStyle
DeleteItem FindFirstItemByCmdID InsertItem3 SetSubMenu

Properties

_NewEnum Count Item Style
Cmd IsSeparator

See Also

IUIX_CmdManager::ShowPopupMenu, IUIX_CmdHandler::OnGetItemSubMenu, IUIX_CmdItem::SubMenu, IUIX_Inst::CreateCmdMenu, IUIX_EditCallbacks::Edit_OnContextMenu, IUIX_Button::Menu, IPXV_BeforeShowContextMenuEvent::Menu