IUIX_CmdBar::HasChevron 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::HasChevron Property}}
 
{{#customTitle:IUIX_CmdBar::HasChevron Property}}
 +
{{#parentPage:PXV:IUIX_CmdBar#Properties|HasChevron|property}}
 +
{{ToReview}}
  
Property '''HasChevron''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of VARIANT_BOOL ...
+
Property '''HasChevron''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Value of VARIANT_BOOL representing whether the command bar has a chevron.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_HasChevron([out, retval] VARIANT_BOOL* pChevron);
+
<pre class="brush:cpp;gutter:false">HRESULT get_HasChevron([out, retval] VARIANT_BOOL* bChevron);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:21, 25 March 2016


Property HasChevron of interface IUIX_CmdBar returns Value of VARIANT_BOOL representing whether the command bar has a chevron.

Syntax

HRESULT get_HasChevron([out, retval]  VARIANT_BOOL*  bChevron);

See Also

IUIX_CmdBar