UIX_CmdPaneSides Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CmdPaneSides Enumeration}}
 
{{#customTitle:UIX_CmdPaneSides Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_CmdPaneSides|enum}}
 +
{{ToReview}}
  
Specifies the ...
+
Specifies the side where the command pane is situated inside of the [[PXV:IUIX_ScrollContainer|scroll container]].
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">enum UIX_CmdPaneSides
 
<pre class="brush:cpp;gutter:false">enum UIX_CmdPaneSides
 
{
 
{
     UIX_CmdPaneSide_Top = 0;
+
     UIX_CmdPaneSide_Top   = 0,
     UIX_CmdPaneSide_Bottom = 1;
+
     UIX_CmdPaneSide_Bottom = 1,
     UIX_CmdPaneSide_Left = 2;
+
     UIX_CmdPaneSide_Left   = 2,
     UIX_CmdPaneSide_Right = 3;
+
     UIX_CmdPaneSide_Right = 3,
     _UIX_CmdPaneSide_Last_ = 4;
+
     _UIX_CmdPaneSide_Last_ = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 17: 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 ==
See also ...
+
[[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