IPXC_DocSrcInfo::CustDispTitle Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
 
{{#customTitle:IPXC_DocSrcInfo::CustDispTitle Property}}
 +
{{#parentPage:PXV:IPXC_DocSrcInfo#Properties|CustDispTitle|property}}
 +
{{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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* ppVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* sVal);
HRESULT put_CustDispTitle([in] BSTR ppVal);
+
HRESULT put_CustDispTitle([in] BSTR sVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]].
+
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]]

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