IUIX_CmdBar::Line 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::Line Property}}
 
{{#customTitle:IUIX_CmdBar::Line Property}}
 +
{{#parentPage:PXV:IUIX_CmdBar#Properties|Line|property}}
 +
{{ToReview}}
  
Property '''Line''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Pointer to [[PXV:IUIX_CmdLine|IUIX_CmdLine]] ...
+
Property '''Line''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns  Pointer to [[PXV:IUIX_CmdLine|IUIX_CmdLine]] containing the parent command line.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Line([out, retval] IUIX_CmdLine** ppLine);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Line([out, retval] IUIX_CmdLine** pLine);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:39, 25 March 2016


Property Line of interface IUIX_CmdBar returns Pointer to IUIX_CmdLine containing the parent command line.

Syntax

HRESULT get_Line([out, retval]  IUIX_CmdLine**  pLine);

See Also

IUIX_CmdBar