IUIX_CmdPane::Show 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_CmdPane::Show Method}}
 
{{#customTitle:IUIX_CmdPane::Show Method}}
{{#parentPage:PXV:IUIX_CmdPane|Show Method|method}}
+
{{#parentPage:PXV:IUIX_CmdPane#Methods|Show|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Changes the command pane's status from hidden to visible.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdPane|IUIX_CmdPane]].
+
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:19, 25 March 2016


Changes the command pane's status from hidden to visible.

Syntax

HRESULT Show();

Return Value

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

See Also

IUIX_CmdPane