IPXV_MainView::PropsBar Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView::PropsBar Property}}
 
{{#customTitle:IPXV_MainView::PropsBar Property}}
{{#parentPage:PXV:IPXV_MainView|PropsBar Property|property}}
+
{{#parentPage:PXV:IPXV_MainView#Properties|PropsBar|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''PropsBar''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] ...
+
Property '''PropsBar''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] containing the properties bar that includes the properties of the currently selected element (for example annotation or bookmark).
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_PropsBar([out, retval]  IUIX_CmdBar**  ppCmdBar);
+
<pre class="brush:cpp;gutter:false">HRESULT get_PropsBar([out, retval]  IUIX_CmdBar**  pCmdBar);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_MainView|IPXV_MainView]].
+
[[PXV:IPXV_MainView|IPXV_MainView]]

Latest revision as of 07:57, 23 March 2016


Property PropsBar of interface IPXV_MainView returns Pointer to IUIX_CmdBar containing the properties bar that includes the properties of the currently selected element (for example annotation or bookmark).

Syntax

HRESULT get_PropsBar([out, retval]  IUIX_CmdBar**  pCmdBar);

See Also

IPXV_MainView