IUIX_CmdLine Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdLine Interface}}
 
{{#customTitle:IUIX_CmdLine Interface}}
{{ToWrite}}
+
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdLine|interface}}
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
Container for the [[PXV:IUIX_CmdBar|command bar(s)]]. Used for inserting, removing and modifying the [[PXV:IUIX_CmdBar|command bar(s)]].
  
 
== Methods ==
 
== Methods ==
Line 22: Line 23:
 
== Properties ==
 
== Properties ==
 
{| class="wikitable properties"
 
{| class="wikitable properties"
 +
|-
 +
| [[PXV:IUIX_CmdLine__NewEnum|_NewEnum]]
 +
| [[PXV:IUIX_CmdLine_BarSize|BarSize]]
 +
| [[PXV:IUIX_CmdLine_IsMinimized|IsMinimized]]
 +
| [[PXV:IUIX_CmdLine_Pane|Pane]]
 
|-
 
|-
 
| [[PXV:IUIX_CmdLine_ActualSize|ActualSize]]
 
| [[PXV:IUIX_CmdLine_ActualSize|ActualSize]]
 
| [[PXV:IUIX_CmdLine_Count|Count]]
 
| [[PXV:IUIX_CmdLine_Count|Count]]
 
| [[PXV:IUIX_CmdLine_Item|Item]]
 
| [[PXV:IUIX_CmdLine_Item|Item]]
| [[PXV:IUIX_CmdLine_Pane|Pane]]
 
|-
 
| [[PXV:IUIX_CmdLine_BarSize|BarSize]]
 
| [[PXV:IUIX_CmdLine_IsMinimized|IsMinimized]]
 
|
 
 
|  
 
|  
 
|}
 
|}
 +
 +
== See Also ==
 +
[[PXV:IUIX_CmdBar_Line|IUIX_CmdBar::Line]], [[PXV:IUIX_CmdPane_GetLineIndex|IUIX_CmdPane::GetLineIndex]], [[PXV:IUIX_CmdPane_InsertLine|IUIX_CmdPane::InsertLine]], [[PXV:IUIX_CmdPane_Item|IUIX_CmdPane::Item]]

Latest revision as of 00:57, 25 March 2016


Container for the command bar(s). Used for inserting, removing and modifying the command bar(s).

Methods

DeleteBar GetBarIndex InsertBar Minimize
Expand

Properties

_NewEnum BarSize IsMinimized Pane
ActualSize Count Item

See Also

IUIX_CmdBar::Line, IUIX_CmdPane::GetLineIndex, IUIX_CmdPane::InsertLine, IUIX_CmdPane::Item