IPXV_SearchEntryItem::DispText Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
(Label ToWrite removed) |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_SearchEntryItem::DispText Property}} | {{#customTitle:IPXV_SearchEntryItem::DispText Property}} | ||
+ | {{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispText|property}} | ||
− | + | {{ToReview}} | |
+ | Property '''DispText''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns Value of BSTR containing the simplified display text (that is used in the Search Pane). This property is optional and will be available when the PXV_SearchFlag_GetDispText flag is used. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_DispText([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_DispText([out, retval] BSTR* sText); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] |
Latest revision as of 01:49, 20 January 2017
Property DispText of interface IPXV_SearchEntryItem returns Value of BSTR containing the simplified display text (that is used in the Search Pane). This property is optional and will be available when the PXV_SearchFlag_GetDispText flag is used.
Syntax
HRESULT get_DispText([out, retval] BSTR* sText);