IUIX_CmdBar::IsVert Property

From PDF XChange PDF SDK
Jump to: navigation, search
(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_CmdBar::IsVert Property}}
 
{{#customTitle:IUIX_CmdBar::IsVert Property}}
 +
{{#parentPage:PXV:IUIX_CmdBar#Properties|IsVert|property}}
 +
{{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* pVert);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IsVert([out, retval] VARIANT_BOOL* bVert);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06: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);

See Also

IUIX_CmdBar