IUIX_CmdBar::IsVert Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdBar::IsVert Property}} | {{#customTitle:IUIX_CmdBar::IsVert Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdBar#Properties|IsVert | + | {{#parentPage:PXV:IUIX_CmdBar#Properties|IsVert|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''IsVert''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Value of VARIANT_BOOL | + | Property '''IsVert''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Value of VARIANT_BOOL that indicates whether the command bar's orientation is vertical. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsVert([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsVert([out, retval] VARIANT_BOOL* bVert); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdBar|IUIX_CmdBar]] | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 05:36, 25 March 2016
Property IsVert of interface IUIX_CmdBar returns Value of VARIANT_BOOL that indicates whether the command bar's orientation is vertical.
Syntax
HRESULT get_IsVert([out, retval] VARIANT_BOOL* bVert);