UIX_CmdPaneSides Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 31: | Line 31: | ||
== 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