UIX_CmdPaneSides Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_CmdPaneSides Enumeration}} | {{#customTitle:UIX_CmdPaneSides Enumeration}} | ||
+ | {{#parentPage:PXV:UIX|UIX_CmdPaneSides Enumeration|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
<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; | ||
}; | }; |
Revision as of 06:03, 23 April 2015
Specifies the ...
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 ...
- UIX_CmdPaneSide_Bottom
- The ...
- UIX_CmdPaneSide_Left
- The ...
- UIX_CmdPaneSide_Right
- The ...
- _UIX_CmdPaneSide_Last_
- The ...
See Also
See also ...