IUIX_CmdPane Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdPane Interface}}
 
{{#customTitle:IUIX_CmdPane Interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdPane|interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_CmdPane|interface}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
This interface allows to manage [[PXV:IUIX_CmdLine|command lines]] that this command pane contains and also the command pane's properties.
  
 
IUIX_CmdPane extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.
 
IUIX_CmdPane extends [[PXV:IUIX_ObjImpl|IUIX_ObjImpl]] interface.

Revision as of 03:30, 25 March 2016


This interface allows to manage command lines that this command pane contains and also the command pane's properties.

IUIX_CmdPane extends IUIX_ObjImpl interface.

Methods

Clear GetLineIndex InsertBar SetParentClientArea
DeleteLine Hide InsertLine Show
Expand Highlight Minimize Update

Properties

_NewEnum Count IsMinimized Item
ActualSize IsHidden IsVert Side
BorderStyle

See Also

IUIX_CmdLine::Pane, IUIX_Inst::CreateCmdPane, IUIX_ScrollContainer::CmdPane, IUIX_ScrollContainer::CmdPaneBottom, IUIX_ScrollContainer::CmdPaneLeft, IUIX_ScrollContainer::CmdPaneRight, IUIX_ScrollContainer::CmdPaneTop, IPXV_MainView::CmdPane, IPXV_MainView::CmdPaneBottom, IPXV_MainView::CmdPaneLeft, IPXV_MainView::CmdPaneRight, IPXV_MainView::CmdPaneTop