IUIX_CmdItemBox Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox Interface}}
 
{{#customTitle:IUIX_CmdItemBox Interface}}
{{ToWrite}}
+
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdItemBox|interface}}
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
Used to form logical sections of the [[PXV:IUIX_CmdItem|command items]] in the [[PXV:IUIX_CmdBar|commands bar]].
  
 
== Methods ==
 
== Methods ==
Line 33: Line 34:
 
{| class="wikitable properties"
 
{| class="wikitable properties"
 
|-
 
|-
| [[PXV:IUIX_CmdItemBox_Count|Count]]
+
| [[PXV:IUIX_CmdItemBox__NewEnum|_NewEnum]]
| [[PXV:IUIX_CmdItemBox_Item|Item]]
+
| [[PXV:IUIX_CmdItemBox_Index|Index]]
 
| [[PXV:IUIX_CmdItemBox_ItemsIdealSize|ItemsIdealSize]]
 
| [[PXV:IUIX_CmdItemBox_ItemsIdealSize|ItemsIdealSize]]
 
| [[PXV:IUIX_CmdItemBox_Rect|Rect]]
 
| [[PXV:IUIX_CmdItemBox_Rect|Rect]]
 
|-
 
|-
| [[PXV:IUIX_CmdItemBox_ID|ID]]
+
| [[PXV:IUIX_CmdItemBox_Count|Count]]
| [[PXV:IUIX_CmdItemBox_ItemsCurrentSize|ItemsCurrentSize]]
+
| [[PXV:IUIX_CmdItemBox_Item|Item]]
 
| [[PXV:IUIX_CmdItemBox_ItemsLowerSize|ItemsLowerSize]]
 
| [[PXV:IUIX_CmdItemBox_ItemsLowerSize|ItemsLowerSize]]
 
| [[PXV:IUIX_CmdItemBox_Style|Style]]
 
| [[PXV:IUIX_CmdItemBox_Style|Style]]
 
|-
 
|-
| [[PXV:IUIX_CmdItemBox_index|index]]
+
| [[PXV:IUIX_CmdItemBox_ID|ID]]
|  
+
| [[PXV:IUIX_CmdItemBox_ItemsCurrentSize|ItemsCurrentSize]]
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_CmdBar_InsertNewBox|IUIX_CmdBar::InsertNewBox]], [[PXV:IUIX_CmdBar_InsertNewBox2|IUIX_CmdBar::InsertNewBox2]], [[PXV:IUIX_CmdBar_Item|IUIX_CmdBar::Item]], [[PXV:IUIX_CmdItem_Box|IUIX_CmdItem::Box]]

Latest revision as of 07:50, 24 March 2016


Used to form logical sections of the command items in the commands bar.

Methods

Delete FindFirstItemByCmdName InsertItem MoveItems
DeleteItems FindItemByCtl InsertItem2 Redraw
DeleteItemsByCmd GetRect InsertSeparator SetStyle
FindFirstItemByCmdID

Properties

_NewEnum Index ItemsIdealSize Rect
Count Item ItemsLowerSize Style
ID ItemsCurrentSize

See Also

IUIX_CmdBar::InsertNewBox, IUIX_CmdBar::InsertNewBox2, IUIX_CmdBar::Item, IUIX_CmdItem::Box