IUIX_ScrollBar::CanScroll Property

From PDF XChange PDF SDK
Revision as of 15:22, 16 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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