IUIX_CmdBar::MakeFloating Method

From PDF XChange PDF SDK
Revision as of 05:50, 25 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_CmdBar