UIX_CmdPaneSides Enumeration
From PDF XChange PDF SDK
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