IPXV_MainView::PropsBar Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_MainView::PropsBar Property}}
 
{{#customTitle:IPXV_MainView::PropsBar Property}}
 
{{#parentPage:PXV:IPXV_MainView#Properties|PropsBar|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 ==

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