UIX_CmdPaneSides Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:UIX_CmdPaneSides Enumeration}}
 
{{#customTitle:UIX_CmdPaneSides Enumeration}}
 
{{#parentPage:PXV:UIX_Enumerations|UIX_CmdPaneSides|enum}}
 
{{#parentPage:PXV:UIX_Enumerations|UIX_CmdPaneSides|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the side where the command pane is situated inside of the [[PXV:IUIX_ScrollContainer|scroll container]].
  
 
== Syntax ==
 
== Syntax ==
Line 21: Line 20:
 
== Constants ==
 
== Constants ==
 
;UIX_CmdPaneSide_Top
 
;UIX_CmdPaneSide_Top
:The ...
+
:The pane is situated at the top of the scroll container.
 
;UIX_CmdPaneSide_Bottom
 
;UIX_CmdPaneSide_Bottom
:The ...
+
:The pane is situated at the bottom of the scroll container.
 
;UIX_CmdPaneSide_Left
 
;UIX_CmdPaneSide_Left
:The ...
+
:The pane is situated at the left side of the scroll container.
 
;UIX_CmdPaneSide_Right
 
;UIX_CmdPaneSide_Right
:The ...
+
:The pane is situated at the right side of the scroll container.
 
;_UIX_CmdPaneSide_Last_
 
;_UIX_CmdPaneSide_Last_
:The ...
+
:The last element in the enumeration.
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_ScrollContainer_CmdPane|IUIX_ScrollContainer::CmdPane]], [[PXV:IPXV_MainView_CmdPane|IPXV_MainView::CmdPane]]
+
[[PXV:IUIX_ScrollContainer_CmdPane|IUIX_ScrollContainer::CmdPane]],  
 +
[[PXV:IPXV_MainView_CmdPane|IPXV_MainView::CmdPane]], [[PXV:IPXV_View_CmdPane|IPXV_View::CmdPane]]

Latest revision as of 02:43, 1 December 2017


Specifies the side where the command pane is situated inside of the scroll container.

Syntax

enum UIX_CmdPaneSides
{
    UIX_CmdPaneSide_Top    = 0,
    UIX_CmdPaneSide_Bottom = 1,
    UIX_CmdPaneSide_Left   = 2,
    UIX_CmdPaneSide_Right  = 3,
    _UIX_CmdPaneSide_Last_ = 4,
};

Constants

UIX_CmdPaneSide_Top
The pane is situated at the top of the scroll container.
UIX_CmdPaneSide_Bottom
The pane is situated at the bottom of the scroll container.
UIX_CmdPaneSide_Left
The pane is situated at the left side of the scroll container.
UIX_CmdPaneSide_Right
The pane is situated at the right side of the scroll container.
_UIX_CmdPaneSide_Last_
The last element in the enumeration.

See Also

IUIX_ScrollContainer::CmdPane, IPXV_MainView::CmdPane, IPXV_View::CmdPane