IPXV_ShowPropsCallback::OnShowProps Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:IPXV_ShowPropsCallback::OnShowProps Method}}
 +
{{#parentPage:PXV:IPXV_ShowPropsCallback#Methods|OnShowProps|method}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
The method of interface of PDF-XChange Editor SDK.
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">HRESULT OnShowProps([in]  IPXV_MainView*  pMainView,
 +
                    [in]  VARIANT_BOOL    bShow);</pre>
 +
 +
== Parameters ==
 +
;pMainView
 +
:[in]  Pointer to [[PXV:IPXV_MainView|IPXV_MainView]].
 +
;bShow
 +
:[in]  Value of VARIANT_BOOL.
 +
 +
== Return Value ==
 +
Returns S_OK if operation was successful or error code in other cases.
 +
 +
== See Also ==
 +
[[PXV:IPXV_ShowPropsCallback|IPXV_ShowPropsCallback]]

Latest revision as of 01:30, 20 October 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnShowProps([in]  IPXV_MainView*  pMainView,
                    [in]  VARIANT_BOOL    bShow);

Parameters

pMainView
[in] Pointer to IPXV_MainView.
bShow
[in] Value of VARIANT_BOOL.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_ShowPropsCallback