IUIX_CmdPane::SetParentClientArea Method
From PDF XChange PDF SDK
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.