In This Topic

Pos Property

In This Topic
Specifies the position of the scroll box.
Syntax
'Declaration
 
Public ReadOnly Property Pos As Double
public double Pos {get;}
public read-only property Pos: Double; 
public function get Pos : double
public: __property double get_Pos();
public:
property double Pos {
   double get();
}
See Also