UIX_CmdPaneSides Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CmdPaneSides Enumeration}} | {{#customTitle:UIX_CmdPaneSides Enumeration}} | ||
− | {{#parentPage:PXV:UIX_Enumerations|UIX_CmdPaneSides | + | {{#parentPage:PXV:UIX_Enumerations|UIX_CmdPaneSides|enum}} |
− | + | ||
{{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 01: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