IUIX_CmdBar::MakeFloating2 Method
From PDF XChange PDF SDK
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_CmdBar::MakeFloating2 Method}} | {{#customTitle:IUIX_CmdBar::MakeFloating2 Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdBar#Methods|MakeFloating2 | + | {{#parentPage:PXV:IUIX_CmdBar#Methods|MakeFloating2|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Transforms command bar into the floating window with preset size. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT MakeFloating2([in] RECT* | + | <pre class="brush:cpp;gutter:false">HRESULT MakeFloating2([in] RECT* stPos, |
[in, defaultvalue(0)] VARIANT_BOOL bIdealSize);</pre> | [in, defaultvalue(0)] VARIANT_BOOL bIdealSize);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;stPos |
− | :[in] Pointer to RECT. | + | :[in] Pointer to RECT containing the border rectangle of the floating window. |
;bIdealSize | ;bIdealSize | ||
− | :[in, defaultvalue(0)] Value of VARIANT_BOOL. | + | :[in, defaultvalue(0)] Value of VARIANT_BOOL specifying whether the command bar should be transformed into it's ideal size. |
== Return Value == | == Return Value == | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 04:52, 25 March 2016
Transforms command bar into the floating window with preset size.
Syntax
HRESULT MakeFloating2([in] RECT* stPos, [in, defaultvalue(0)] VARIANT_BOOL bIdealSize);
Parameters
- stPos
- [in] Pointer to RECT containing the border rectangle of the floating window.
- bIdealSize
- [in, defaultvalue(0)] Value of VARIANT_BOOL specifying whether the command bar should be transformed into it's ideal size.
Return Value
Returns S_OK if operation was successful or error code in other cases.