UIX_QABarPos Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 13: Line 13:
 
     UIX_QABarPos_Top    = 0,
 
     UIX_QABarPos_Top    = 0,
 
     UIX_QABarPos_Bottom = 1,
 
     UIX_QABarPos_Bottom = 1,
 +
    _UIX_QABarPos_Last_ = 2,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 21:
 
:The ...
 
:The ...
 
;UIX_QABarPos_Bottom
 
;UIX_QABarPos_Bottom
 +
:The ...
 +
;_UIX_QABarPos_Last_
 
:The ...
 
:The ...
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdPane_QABarPos|IUIX_CmdPane::QABarPos]]
 
[[PXV:IUIX_CmdPane_QABarPos|IUIX_CmdPane::QABarPos]]

Latest revision as of 02:02, 21 August 2019


Specifies the ...

Syntax

enum UIX_QABarPos
{
    UIX_QABarPos_Top    = 0,
    UIX_QABarPos_Bottom = 1,
    _UIX_QABarPos_Last_ = 2,
};

Constants

UIX_QABarPos_Top
The ...
UIX_QABarPos_Bottom
The ...
_UIX_QABarPos_Last_
The ...

See Also

IUIX_CmdPane::QABarPos