IUIX_Slider::Pos Property

From PDF XChange PDF SDK
Revision as of 04:38, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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*  nPos);
HRESULT put_Pos([in]  double  nPos);

See Also

IUIX_Slider