IUIX_CmdItem::Bar Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Label ToWrite removed)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::Bar Property}}
 
{{#customTitle:IUIX_CmdItem::Bar Property}}
{{#parentPage:PXV:IUIX_CmdItem|Bar Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|Bar|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Bar''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] ...
+
Property '''Bar''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] containing the parent command bar of the item.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Bar([out, retval]  IUIX_CmdBar**  ppParentBar);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Bar([out, retval]  IUIX_CmdBar**  pParentBar);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:27, 23 March 2016


Property Bar of interface IUIX_CmdItem returns Pointer to IUIX_CmdBar containing the parent command bar of the item.

Syntax

HRESULT get_Bar([out, retval]  IUIX_CmdBar**  pParentBar);

See Also

IUIX_CmdItem