IUIX_CmdPane::SetParentClientArea Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdPane::SetParentClientArea Method}}
 
{{#customTitle:IUIX_CmdPane::SetParentClientArea Method}}
 
{{#parentPage:PXV:IUIX_CmdPane#Methods|SetParentClientArea|method}}
 
{{#parentPage:PXV:IUIX_CmdPane#Methods|SetParentClientArea|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Changes command pane's client area based on the pane's location.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 13:
 
== Parameters ==
 
== Parameters ==
 
;stNewClientArea
 
;stNewClientArea
:[in, out]  Pointer to RECT.
+
:[in, out]  Pointer to RECT containing the new pane's client area.
 
;bCalcOnly
 
;bCalcOnly
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
+
:[in, defaultvalue(0)]  Value of VARIANT_BOOL that indicates whether the area should only be calculated, not changed.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 03:19, 25 March 2016


Changes command pane's client area based on the pane's location.

Syntax

HRESULT SetParentClientArea([in, out]              RECT*         stNewClientArea,
                            [in, defaultvalue(0)]  VARIANT_BOOL  bCalcOnly);

Parameters

stNewClientArea
[in, out] Pointer to RECT containing the new pane's client area.
bCalcOnly
[in, defaultvalue(0)] Value of VARIANT_BOOL that indicates whether the area should only be calculated, not changed.

Return Value

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

See Also

IUIX_CmdPane