IPXC_DocSrcInfo::CustDispTitle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispTitle|property}}
 
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispTitle|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CustDispTitle''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR ...
+
Property '''CustDispTitle''' of interface [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] returns/sets  Value of BSTR that will be used by editor for displaying in documents' tab-bar.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 03:10, 16 March 2016


Property CustDispTitle of interface IPXC_DocSrcInfo returns/sets Value of BSTR that will be used by editor for displaying in documents' tab-bar.

Syntax

HRESULT get_CustDispTitle([out, retval]  BSTR*  sVal);
HRESULT put_CustDispTitle([in]  BSTR  sVal);

See Also

IPXC_DocSrcInfo