IUIX_ScrollBar::CanScroll Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 7: | Line 7: | ||
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 ''' | + | 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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CanScroll([out, retval] VARIANT_BOOL* bCanScroll); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] | [[PXV:IUIX_ScrollBar|IUIX_ScrollBar]] |
Revision as of 03:37, 15 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);