IUIX_CmdLine::Pane 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_CmdLine::Pane Property}}
 
{{#customTitle:IUIX_CmdLine::Pane Property}}
{{#parentPage:PXV:IUIX_CmdLine|Pane Property|property}}
+
{{#parentPage:PXV:IUIX_CmdLine#Properties|Pane|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Pane''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] ...
+
Property '''Pane''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Pointer to [[PXV:IUIX_CmdPane|IUIX_CmdPane]] containing the command line's parent command pane.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Pane([out, retval]  IUIX_CmdPane**  ppPane);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Pane([out, retval]  IUIX_CmdPane**  pPane);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdLine|IUIX_CmdLine]].
+
[[PXV:IUIX_CmdLine|IUIX_CmdLine]]

Latest revision as of 02:42, 25 March 2016


Property Pane of interface IUIX_CmdLine returns Pointer to IUIX_CmdPane containing the command line's parent command pane.

Syntax

HRESULT get_Pane([out, retval]  IUIX_CmdPane**  pPane);

See Also

IUIX_CmdLine