IPXC_DocSrcInfo::CustDispTitle Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
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}} | ||
− | |||
{{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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CustDispTitle([out, retval] BSTR* sVal); |
− | HRESULT put_CustDispTitle([in] BSTR | + | HRESULT put_CustDispTitle([in] BSTR sVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] | [[PXV:IPXC_DocSrcInfo|IPXC_DocSrcInfo]] |
Latest revision as of 02: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);