IUIX_ScrollBar::CanScroll Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ScrollBar::CanScroll Property}}
 
{{#customTitle:IUIX_ScrollBar::CanScroll Property}}
 +
{{#parentPage:PXV:IUIX_ScrollBar#Properties|CanScroll|property}}
 +
  
 
Property '''CanScroll''' of interface [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] returns  Value of VARIANT_BOOL ...
 
Property '''CanScroll''' of interface [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] returns  Value of VARIANT_BOOL ...
  
 +
Gets the state of possibility scrolling in '''bCanScroll'''. Can scroll - '''VARIANT_TRUE''', can't scroll - '''VARIANT_FALSE'''
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CanScroll([out, retval] VARIANT_BOOL* pCanScroll);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CanScroll([out, retval] VARIANT_BOOL* bCanScroll);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]].
+
[[PXV:IUIX_ScrollBar|IUIX_ScrollBar]]

Latest revision as of 15:22, 16 June 2015


Property CanScroll of interface IUIX_ScrollBar returns Value of VARIANT_BOOL ...

Gets the state of possibility scrolling in bCanScroll. Can scroll - VARIANT_TRUE, can't scroll - VARIANT_FALSE

Syntax

HRESULT get_CanScroll([out, retval]  VARIANT_BOOL*  bCanScroll);

See Also

IUIX_ScrollBar