IUIX_Slider::Pos Property

From PDF XChange PDF SDK
Revision as of 01:59, 29 May 2015 by Yura (Talk | contribs)

Jump to: navigation, search


Property Pos of interface IUIX_Slider returns/sets Value of double ...

This property makes it possible to read and set the current position of the slider.

Syntax

HRESULT get_Pos([out, retval]  double*  pPos);
HRESULT put_Pos([in]  double  pPos);

See Also

IUIX_Slider