IUIX_CmdBar::HasChevron Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::HasChevron Property}}
 
{{#customTitle:IUIX_CmdBar::HasChevron Property}}
{{#parentPage:PXV:IUIX_CmdBar|HasChevron Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|HasChevron|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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 ==
[[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