IUIX_CmdPane::Minimize Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::Minimize Method}}
 
{{#customTitle:IUIX_CmdPane::Minimize Method}}
{{#parentPage:PXV:IUIX_CmdPane|Minimize Method|method}}
+
{{#parentPage:PXV:IUIX_CmdPane#Methods|Minimize|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Used to minimize the command pane.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdPane|IUIX_CmdPane]].
+
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:16, 25 March 2016


Used to minimize the command pane.

Syntax

HRESULT Minimize();

Return Value

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

See Also

IUIX_CmdPane