IUIX_CmdBar::IsFloating Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::IsFloating Property}}
 
{{#customTitle:IUIX_CmdBar::IsFloating Property}}
{{#parentPage:PXV:IUIX_CmdBar#Properties|IsFloating Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|IsFloating|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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*  pRes);
+
<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]]
 
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06: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);

See Also

IUIX_CmdBar