IUIX_CmdPane::IsVert Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdPane::IsVert Property}} | {{#customTitle:IUIX_CmdPane::IsVert Property}} | ||
+ | {{#parentPage:PXV:IUIX_CmdPane#Properties|IsVert|property}} | ||
+ | {{ToReview}} | ||
− | Property '''IsVert''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns Value of VARIANT_BOOL . | + | Property '''IsVert''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns Value of VARIANT_BOOL that indicates whether the command pane'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_CmdPane|IUIX_CmdPane]] |
Latest revision as of 02:26, 25 March 2016
Property IsVert of interface IUIX_CmdPane returns Value of VARIANT_BOOL that indicates whether the command pane's orientation is vertical.
Syntax
HRESULT get_IsVert([out, retval] VARIANT_BOOL* bVert);