IPXV_SearchEntryItem::DispText Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
(Label ToWrite removed)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_SearchEntryItem::DispText Property}}
 
{{#customTitle:IPXV_SearchEntryItem::DispText Property}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispText|property}}
 
{{#parentPage:PXV:IPXV_SearchEntryItem#Properties|DispText|property}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DispText''' of interface [[PXV:IPXV_SearchEntryItem|IPXV_SearchEntryItem]] returns  Value of BSTR ...
+
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 ==

Latest revision as of 02: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);

See Also

IPXV_SearchEntryItem