IUIX_CmdManager::UnlockAllPanesUpdates Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdManager::UnlockAllPanesUpdates Method}}
 
{{#customTitle:IUIX_CmdManager::UnlockAllPanesUpdates Method}}
{{#parentPage:PXV:IUIX_CmdManager|UnlockAllPanesUpdates Method|method}}
+
{{#parentPage:PXV:IUIX_CmdManager#Methods|UnlockAllPanesUpdates|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Unlocks all of the command panes updates that enables appropriate notification listening.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

Latest revision as of 07:04, 4 April 2016


Unlocks all of the command panes updates that enables appropriate notification listening.

Syntax

HRESULT UnlockAllPanesUpdates();

Return Value

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

See Also

IUIX_CmdManager