IPXV_Inst::SyncronizeCmdCustomization Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Forces to synchronize the content of all toolbars from the specified UI-container (main frame, any sub-pane etc.) to other UI-containers with the same type.  
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SyncronizeCmdCustomization([in]                  IUIX_Obj*    pISource,
+
<pre class="brush:cpp;gutter:false">HRESULT SyncronizeCmdCustomization([in]                  IUIX_Obj*    pSource,
 
                                   [in]                  LONG          nFlags,
 
                                   [in]                  LONG          nFlags,
 
                                   [in, defaultvalue(0)]  VARIANT_BOOL  bFireEvent);</pre>
 
                                   [in, defaultvalue(0)]  VARIANT_BOOL  bFireEvent);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pISource
+
;pSource
:[in]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]].
+
:[in]  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] object. Fore example here you may pass the UI-object of [[PXV:IPXV_MainFrame|IPXV_MainFrame]].
 
;nFlags
 
;nFlags
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.

Revision as of 11:27, 27 May 2015


Forces to synchronize the content of all toolbars from the specified UI-container (main frame, any sub-pane etc.) to other UI-containers with the same type.

Syntax

HRESULT SyncronizeCmdCustomization([in]                   IUIX_Obj*     pSource,
                                   [in]                   LONG          nFlags,
                                   [in, defaultvalue(0)]  VARIANT_BOOL  bFireEvent);

Parameters

pSource
[in] Pointer to IUIX_Obj object. Fore example here you may pass the UI-object of IPXV_MainFrame.
nFlags
[in] Value of LONG.
bFireEvent
[in, defaultvalue(0)] Value of VARIANT_BOOL.

Return Value

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

See Also

IPXV_Inst