Accusoft.ImagXpress13.Net
ScrollPosition Property




Gets and sets the current scrolling position of the cursor on the scrollbar.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")>
<BrowsableAttribute(False)>
Public Property ScrollPosition As Point
'Usage
 
Dim instance As ImageXView
Dim value As Point
 
instance.ScrollPosition = value
 
value = instance.ScrollPosition
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[BrowsableAttribute(false)]
public Point ScrollPosition {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[BrowsableAttribute(false)]
public: __property Point get_ScrollPosition();
public: __property void set_ScrollPosition( 
   Point value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")]
[BrowsableAttribute(false)]
public:
property Point ScrollPosition {
   Point get();
   void set (    Point value);
}

Property Value

A System.Drawing.Point value which represents the scrolling position of the cursor on the scrollbar.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback