IUIX_ScrollBar::CanScroll Property

From PDF XChange PDF SDK
Jump to: navigation, search
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.
+
Gets the state of possibility scrolling in '''pCanScroll'''. Can scroll - '''VARIANT_TRUE''', can't scroll - '''VARIANT_FALSE'''
  
 
== Syntax ==
 
== Syntax ==

Revision as of 00:12, 29 May 2015


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

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

Syntax

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

See Also

IUIX_ScrollBar