IUIX_CmdBar::MakeFloating Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdBar::MakeFloating Method}} | {{#customTitle:IUIX_CmdBar::MakeFloating Method}} | ||
+ | {{#parentPage:PXV:IUIX_CmdBar#Methods|MakeFloating|method}} | ||
+ | {{ToReview}} | ||
− | + | Transforms command bar into the floating window. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT MakeFloating([in, | + | <pre class="brush:cpp;gutter:false">HRESULT MakeFloating([in, defaultvalue(0)] VARIANT_BOOL bIdealSize);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;bIdealSize |
− | :[in, | + | :[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 15: | Line 18: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 04:50, 25 March 2016
Transforms command bar into the floating window.
Syntax
HRESULT MakeFloating([in, defaultvalue(0)] VARIANT_BOOL bIdealSize);
Parameters
- 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.