IUIX_CmdBar::IsFloating Property
From PDF XChange PDF SDK
(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::IsFloating Property}} | {{#customTitle:IUIX_CmdBar::IsFloating Property}} | ||
+ | {{#parentPage:PXV:IUIX_CmdBar#Properties|IsFloating|property}} | ||
+ | {{ToReview}} | ||
− | Property '''IsFloating''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Value of VARIANT_BOOL . | + | Property '''IsFloating''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns Value of VARIANT_BOOL that represents whether the command bar is floating. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsFloating([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsFloating([out, retval] VARIANT_BOOL* bRes); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 05:30, 25 March 2016
Property IsFloating of interface IUIX_CmdBar returns Value of VARIANT_BOOL that represents whether the command bar is floating.
Syntax
HRESULT get_IsFloating([out, retval] VARIANT_BOOL* bRes);